curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>"
}DeleteSchema deletes an unpublished schema.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>"
}