Skip to main content
DELETE
/
api
/
v1
/
apps
/
{app_slug}
Delete App
curl --request DELETE \
  --url https://api.example.com/api/v1/apps/{app_slug} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

app_slug
string
required

Response

200 - application/json

OK

message
string
required