cURL
curl --request DELETE \ --url https://dashboard.gratian.pro/api/v2/apps/{appId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "deleted": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Aplicação deletada
true
Show child attributes