Revoke refresh tokens
Revoke refresh tokens in bulk by ID list, user, user+client, or user+client+audience.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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 - 600Response
Refresh token revocation request accepted.