Credentials
Delete a credential
Scope: credential: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
credential_id*credential_id
The unique identifier of the credential to delete (UUID). Fails if any sources still reference this credential.
Format
uuidResponse Body
application/json
curl -X DELETE "https://api.admiral.io/api/v1/credentials/497f6eca-6276-4993-bfeb-53cbbbba6f08"{}Create a credential POST
The credential type and auth config must match. For example, a GIT_TOKEN credential requires a matching auth_config (e.g. BEARER_TOKEN → bearer_token). Scope: `credential:write`
Retrieve a credential GET
Returns credential metadata only. Sensitive fields are never included in the response. Scope: `credential:read`