DELETE
/
v4
/
schemas
/
{schemaId}
curl --request DELETE \
  --url https://api.kadoa.com/v4/schemas/{schemaId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string

API key for authorization

Authorization
string

Bearer token for authorization

Path Parameters

schemaId
string
required

ID of the schema to delete

Response

200
application/json

Schema deleted successfully

The response is of type object.