cURL
curl --request DELETE \ --url https://api.camposcloud.com/v1/apps/{appId}/delete \ --header 'Authorization: Bearer <token>'
{ "message": "Application deleted successfully." }
This endpoint deletes an application by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the application to delete
Application deleted successfully
The response is of type object.
object