post https://{cluster}.voucherify.io/v1/oauth/token/revoke
Revoke an OAuth 2.0 token for an API client. Once revoked, the token cannot be used anymore.
Responses
204Returns no content if the OAuth 2.0 token is revoked successfully.
404Returns an empty error if a token was not found or it was inactive.