Skip to main content
POST
/
organisations
/
{organisationId}
/
schemas
/
{id}
/
delete-components
cURL
curl --request POST \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/delete-components \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.versori.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required

OrganisationID is the ID of the organisation that the schema belongs to.

id
string
required

ID is the schema identifier

Body

application/json

DeleteSchemaComponentsRequest is the request body for deleting a batch of Schema Components.

ids
string[]
required

Response

DeleteSchemaComponentsResponse is the response definition after deleting a list of schema components.

id
string