Revoke an access token
Learn about revoking an access token.
Use this API to revoke an access token.
Request
POST /oauth/revoke?token={token}
Header | Required | Description |
---|---|---|
Authorization | Yes | The 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"
}