Authorizations
Body
application/json
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>"
}