DELETE
/
api
/
svc
/
v1
/
apps
/
{id}
curl --request DELETE \
  --url https://{controlPlaneURL}/api/svc/v1/apps/{id} \
  --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

id
string
required

Id of the application

Response

200
application/json
Delete application response.
message
string
required

Application deletion message