cURL
curl --request DELETE \ --url https://management-api.unomiq.com/applications/{app_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "message": "<string>", "deleted_at": "<string>" }
Delete an application.
Delete an application by its ID, including all associated API keys. Requires the delete:applications permission, available to users with a member or owner role in the organization.
delete:applications
member
owner
Returns: Object with deletion timestamp
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response