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

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Path Parameters

id
string
required

id

Response

204

no content