Skip to main content
DELETE
/
apps
/
{appId}
Deletar Aplicação
curl --request DELETE \
  --url https://dashboard.gratian.pro/api/v2/apps/{appId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

appId
string
required

Response

200 - application/json

Aplicação deletada

success
boolean
Example:

true

data
object