Skip to main content
POST
Revoke OAuth 2.0 Token

Authorizations

X-App-Id
string
header
required
X-App-Token
string
header
required

Body

application/x-www-form-urlencoded

Send the request as x-www-form-urlencoded.

Request body schema for POST /oauth/token/revoke.

access_token
string
required

An OAuth 2.0 token generated with the API token and key.

Example:

"1ABCde2FGHijKl3m4NO5pqR6STUv7wxYzAbc8dE90FgH1IJkLm"

Response

Returns no content if the OAuth 2.0 token is revoked successfully.

Last modified on February 10, 2026