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

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
appId
string
required
operationId
string
required

Response

200
application/json
DeleteAppOperationResponse is the response definition after deleting an operation for an app.
id
string