Revoke refresh tokens in bulk by ID list, user, user+client, or user+client+audience.
Documentation Index
Fetch the complete documentation index at: https://docs-staging-docs-update-privilege-worker-ea-rollout.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Exactly one of the following combinations must be provided: ids (up to 100 token IDs); user_id; user_id + client_id; or user_id + client_id + audience. ids cannot be combined with user_id, client_id, or audience. audience requires both user_id and client_id. client_id alone is not allowed — it must be paired with user_id.
Array of refresh token IDs to revoke. Limited to 100 at a time.
11 - 30Revoke all refresh tokens for this user.
1 - 300Revoke refresh tokens for this client. Must be paired with user_id; optionally narrowed further with audience.
1 - 64Resource server identifier (audience) to scope the revocation. Must be used with both user_id and client_id.
1 - 600Refresh token revocation request accepted.