Skip to main content

Revoke All Refresh Tokens

Revokes all refresh tokens of the authenticated user.

Request Body required
  • object
Responses

A successful response.


Schema
  • object
POST /users/me/tokens/refresh/_revoke_all

Authorization

type: oauth2flow: authorizationCodescopes: openid

Request

Base URL
https://$ZITADEL_DOMAIN/auth/v1
Bearer Token
Content-Type
Body required
{}
Accept
curl -L -X POST 'https://$ZITADEL_DOMAIN/auth/v1/users/me/tokens/refresh/_revoke_all' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{}'