Skip to main content
POST
/
oauth
/
revoke
OAuth token revocation (RFC 7009)
curl --request POST \
  --url https://api.mnemom.ai/v1/oauth/revoke \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'token=<string>'
{
  "error": "<string>",
  "error_description": "<string>"
}

Body

application/x-www-form-urlencoded
token
string
required
token_type_hint
enum<string>
Available options:
access_token,
refresh_token

Response

Token revoked (or already unknown).