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