Revoke an Access Token¶
Expires the token that is specified in the path parameter of the request.
You can revoke any active token ID by specifying it in the path parameter. This expires the access token immediately.
Note that you must have Revoke API Token permission.
- Request URL
Here is the URL for this request. - Query Parameters
These are the parameters for the Revoke Access Token request. - Examples
Here is an example of how to revoke an access token. - HTTP Status Codes
There are a number of possible responses to this request.
Parent topic:API Token Management