Skip to main content
DELETE
/
applications
/
{app_id}
Delete Application
curl --request DELETE \
  --url https://management-api.unomiq.com/applications/{app_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "message": "<string>",
  "deleted_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string
required

Response

Successful Response

id
string
required
message
string
required
deleted_at
string
required