Skip to main content
DELETE
/
organisations
/
{organisationId}
/
apps
/
{appId}
/
operations
/
{operationId}
cURL
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

DeleteAppOperationResponse is the response definition after deleting an operation for an app.

id
string
I