POST
/
oauth
/
revoke
Token revocation
curl --request POST \
  --url https://id.oakwall.mom/oauth/revoke \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'token=<string>'

Body

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

Response

200

Token revoked (or unknown token — still 200)