Token revocation (RFC 7009)
Token revocation (RFC 7009)
Revokes an access or refresh token. Accepts application/x-www-form-urlencoded. Idempotent: an unknown token also returns 200 with an empty body.
Authentication
Api-Keystring
API key of the organization. Always sent together with the Secret-Access header.
Headers
Secret-Access
Request
This endpoint expects an object.
token
token_type_hint
An enumeration.
client_id
client_secret
Response
Token revoked (empty body)
Errors
400
Bad Request Error
422
Unprocessable Entity Error
