Connections
Delete a connection
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.
Format
uuidResponse Body
application/json
curl -X DELETE "https://admiral.example.com/api/v1/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08"{}Create a connection POST
The connection type and auth config must match -- for example, a GIT_TOKEN connection requires a GitTokenAuth config. The server validates connectivity on creation when possible and sets the initial status accordingly. Scope: `connection:write`
Retrieve a connection GET
Returns connection metadata and status. Sensitive credential fields are never included in the response. Scope: `connection:read`