post https://{application_vanity_domain}/api/v1/oauth2/revoke
OAuth 2 CompliantThis endpoint is compliant with the Token Revocation specification.
Client AuthenticationConfidential clients (i.e.,
BACKEND_SERVERandMACHINE_TO_MACHINEclient types) must supply their client ID and secret in theAuthorizationheader 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 theAuthorizationheader but must provide their client ID in the request body.
Revokes the specified refresh token. After a refresh token is revoked, it cannot be used again.