ZITADEL Docs
APIsCore ResourcesV1Authenticated User

RevokeAllMyRefreshTokens

POST
/users/me/tokens/refresh/_revoke_all

Request Body

application/json

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/users/me/tokens/refresh/_revoke_all" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?