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

200
application/json

Application deleted successfully

The response is of type object.