Authorizations
Response
DeleteSchemaOperationResponse is the response definition after deleting an operation for an schema.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/operations/{operationId} \
--header 'Authorization: <api-key>'
{
"id": "<string>"
}
Delete the schema operation belonging to an schema.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/operations/{operationId} \
--header 'Authorization: <api-key>'
{
"id": "<string>"
}
DeleteSchemaOperationResponse is the response definition after deleting an operation for an schema.