Delete refresh tokens of a user
DELETE/v2/modules/:module/setups/:setupId/tokens
Revokes all refresh tokens belonging to a specific user within the setup. If the user query parameter is omitted, the tokens of the currently authenticated caller are revoked. Admin users may delete tokens for any user, or pass user=* to revoke all tokens in the setup regardless of user.
Request
Responses
- 204
- 404
All matching refresh tokens for the specified user were successfully revoked
No refresh tokens found for the specified user in this setup