Skip to main content
DELETE
/
v1
/
apps
/
{id}
Delete app
curl --request DELETE \
  --url https://{defaultHost}/v1/apps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

API Secret token

Path Parameters

id
string
required

App ID

Response

no content