Skip to main content
DELETE
/
v1
/
apps
/
{appId}
/
delete
cURL
curl --request DELETE \
  --url https://api.camposcloud.com/v1/apps/{appId}/delete \
  --header 'Authorization: Bearer <token>'
{
  "message": "Application deleted successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

appId
string
required

ID of the application to delete

Response

Application deleted successfully

message
string
Example:

"Application deleted successfully."