Admiral
Credentials

Delete a credential

DELETE
/api/v1/credentials/{credential_id}

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.

Formatuuid

Response Body

application/json

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