DELETE
/
organisations
/
{organisationId}
/
schemas
/
{id}
/
components
/
{ref}
curl --request DELETE \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/components/{ref} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
id
string
required
ref
string
required

Response

200
application/json
DeleteSchemaComponentResponse is the response definition after deleting a schema component.
id
string