Admiral
Agents

Delete an agent

DELETE
/api/v1/agents/{agent_id}

Scope: agent: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

agent_id*agent_id

The unique identifier of the agent to delete (UUID). All associated service access tokens will be revoked.

Formatuuid

Response Body

application/json

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