Revoke an OAuth Token

View as Markdown
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.
tokenstringRequired
The Postman OAuth 2.0 access token to revoke.

Response

Token Revoked
successstring

The true value.

Errors

404
Not Found Error