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>"
}DeleteSchemaComponents deletes a list of schema components, along with any others depending on them.
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>"
}OrganisationID is the ID of the organisation that the schema belongs to.
ID is the schema identifier
DeleteSchemaComponentsRequest is the request body for deleting a batch of Schema Components.
DeleteSchemaComponentsResponse is the response definition after deleting a list of schema components.