POST
/
organisations
/
{organisationId}
/
schemas
/
{id}
/
delete-components
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>"
}

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

200
application/json
DeleteSchemaComponentsResponse is the response definition after deleting a list of schema components.
id
string