Revoke Retriever API Key
API Keys
Revoke Retriever API Key
Revoke a retriever-scoped API key.
Effect:
- Key status is set to REVOKED
- Key can no longer be used for authentication
- Revocation is immediate (no grace period)
- Auth cache is invalidated immediately
- Cannot be undone (create a new key if needed)
Audit:
- Revocation is logged in the retriever’s audit trail
- Includes actor user ID and timestamp
DELETE
Revoke Retriever API Key
Authorizations
Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.
Namespace id (ns_...), not the namespace name. This scopes the request rather than authenticating it, and it is required on every operation marked x-mixpeek-namespace-scoped.

