Skip to main content
POST
/
oauth
/
revoke
Revoke a token
curl --request POST \
  --url https://public-api.sessionboard.com/oauth/revoke \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "token_type_hint": "access_token"
}
'

Body

application/json
token
string
required
token_type_hint
enum<string>
Available options:
access_token,
refresh_token

Response

200

Token revoked (or was already invalid)