DELETE
/
v4
/
schemas
/
{schemaId}
Delete a schema
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

API key for authentication

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

Schema deleted successfully

The response is of type object.