Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
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.