Authorizations
Response
DeleteAppResponse is the response definition after deleting an app.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/apps/{appId} \
--header 'Authorization: <api-key>'{
"id": "<string>"
}Delete an App by ID in the current organisation.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/apps/{appId} \
--header 'Authorization: <api-key>'{
"id": "<string>"
}DeleteAppResponse is the response definition after deleting an app.