Admiral
Connections

Delete a connection

DELETE
/api/v1/connections/{connection_id}

Scope: connection:write

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

connection_id*connection_id

The unique identifier of the connection to delete (UUID). Fails if any sources still reference this connection.

Formatuuid

Response Body

application/json

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