DELETE
/
apps
/
{app_id}
Delete an application
curl --request DELETE \
  --url http://localhost:3001/portal-api/apps/{app_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

app_id
integer
required

UID of this application

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"