Skip to main content
POST
/
api
/
v1
/
token
/
revoke
Revoke Refresh Token
curl --request POST \
  --url https://api.example.com/api/v1/token/revoke \
  --header 'Content-Type: application/json' \
  --data '
{
  "refresh_token": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Request to exchange refresh token for new access token.

refresh_token
string
required

Response

Successful Response