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>"
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
id
string
required

Body

application/json
ids
string[]
required

Response

id
string