Accelerate the Value of Data

Revoke an access token

Learn about revoking an access token.

Use this API to revoke an access token.

Request

POST /oauth/revoke?token={token}
Table 1. Parameters
HeaderRequiredDescription
AuthorizationYesThe basic authentication header with which the token was issued. Information about the authentication access token should be in the format: "Bearer {accessToken}". For more information, see topic Authentication API.

Example

Response

    {
        "status": "success"
    }