cURL
curl --request DELETE \ --url https://api.kadoa.com/v4/schemas/{schemaId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>" }
API key for authorization
Bearer token for authorization
ID of the schema to delete
Schema deleted successfully
The response is of type object.
object