Skip to main content
POST
/
oauth
/
token
/
revoke
Revoke Token Endpoint
curl --request POST \
  --url https://api.example.com/oauth/token/revoke \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'token=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/x-www-form-urlencoded
token
string
required

Response

Successful Response