Authorizations
Response
DeleteSchemaComponentResponse is the response definition after deleting a schema component.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/components/{ref} \
--header 'Authorization: <api-key>'
{
"id": "<string>"
}
Deletes a schema component, along with any other components referencing it.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/components/{ref} \
--header 'Authorization: <api-key>'
{
"id": "<string>"
}
DeleteSchemaComponentResponse is the response definition after deleting a schema component.