Revoke an OAuth Token
Revokes an active OAuth 2.0 access token and prevents further use of it for authentication. Once revoked, the token can't be used for any API requests.
**Note:**
- Revocation of an OAuth token is immediate and can't be undone.
- This request does not use any authorization.
Request
This endpoint expects an object.
token
The Postman OAuth 2.0 access token to revoke.
Response
Token Revoked
success
The true value.
Errors
404
Not Found Error