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

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

app_id
string
required

app ID

Response

200
application/json
OK

The response is of type boolean.