Authorizations
Path Parameters
OrganisationID is the ID of the organisation that the schema belongs to.
ID is the schema identifier
Response
DeleteSchemaResponse is the response definition after deleting a schema.
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>"
}
OrganisationID is the ID of the organisation that the schema belongs to.
ID is the schema identifier
DeleteSchemaResponse is the response definition after deleting a schema.