Revoke an OAuth 2.0 token for an API client. Once revoked, the token cannot be used anymore.
Send the request as x-www-form-urlencoded.
Request body schema for POST /oauth/token/revoke.
An OAuth 2.0 token generated with the API token and key.
"1ABCde2FGHijKl3m4NO5pqR6STUv7wxYzAbc8dE90FgH1IJkLm"
Returns no content if the OAuth 2.0 token is revoked successfully.