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

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
id
string
required
operationId
string
required

Response

DeleteSchemaOperationResponse is the response definition after deleting an operation for an schema.

id
string