Admiral
Applications

Delete an application

DELETE
/api/v1/applications/{application_id}

Scope: app:write

Authorization

bearerAuth
AuthorizationBearer <token>

Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer admp_...

In: header

Path Parameters

application_id*application_id

The unique identifier of the application to delete (UUID).

Formatuuid

Query Parameters

force?force

When true, bypass the children-exist check and cascade-delete all environments and their runs (metadata records only).

Response Body

application/json

curl -X DELETE "https://api.admiral.io/api/v1/applications/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{}