post https://{application_vanity_domain}/api/v1/oauth2/revoke
OAuth 2 Compliant
This endpoint is compliant with the Token Revocation specification.
Client Authentication
Confidential clients (i.e.,
BACKEND_SERVER
andMACHINE_TO_MACHINE
client types) must supply their client ID and secret in theAuthorization
header using the Basic Authentication scheme. For example,Authorization: Basic base64Encode(<client_id>:<client_secret>)
. Public clients that don't have a client secret can omit theAuthorization
header but must provide their client ID in the request body.
Allows for revoking a specified refresh token.