Revoke refresh tokens in bulk by ID list, user, user+client, or client.
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 client_id alone. ids cannot be combined with user_id or client_id.
Array of refresh token IDs to revoke. Limited to 100 at a time.
11 - 30Revoke all refresh tokens for this user.
1 - 300Revoke all refresh tokens for this client.
1 - 64Refresh token revocation request accepted.