Revoke OAuth 2.0 Token

Revoke an OAuth 2.0 token for an API client. Once revoked, the token cannot be used anymore.

Form Data

Send the request as x-www-form-urlencoded.

string
required

An OAuth 2.0 token generated with the API token and key.

Responses
204

Returns no content if the OAuth 2.0 token is revoked successfully.

404

Returns an empty error if a token was not found or it was inactive.

Language
Credentials
URL
Click Try It! to start a request and see the response here!