Revoke a credential
Permanently revokes the credential. Revoked credentials cannot be reactivated. In-flight requests using this credential fail on the next authentication check.
Auth: JWT only (see POST /credentials for the rationale on why
dk- is rejected on credential management).
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Headers
UUID of the team to scope the request to. Required on all team-scoped JWT endpoints because a user may belong to multiple teams.
"019abc12-4567-7890-abcd-ef1234567891"
Path Parameters
UUID of the credential row — the id field returned by
POST /credentials (CreateCredentialResponse) or GET /credentials
(CredentialListItem).
This is not the raw secret (the sk- / ak- / dk- string
returned once at creation) and not the key_prefix (the first
12 characters of that secret). Passing either of those produces
a 400; we never accept the secret itself in a URL.
"019abc12-7890-7890-abcd-ef1234567894"
Response
Credential revoked successfully. No content returned.
