DELETE
/
v1
/
apps
/
{app_id}
curl --request DELETE \
  --url https://ctl.prod.nuon.co/v1/apps/{app_id} \
  --header 'Authorization: <api-key>'
true

Authorizations

Authorization
string
headerrequired

Type "Bearer" followed by a space and token.

Path Parameters

app_id
string
required

app ID

Response

200 - application/json

The response is of type boolean.