Revoke Token

🛡️

OAuth 2 Compliant

This endpoint is compliant with the Token Revocation specification.

🔐

Client Authentication

Confidential clients (i.e., BACKEND_SERVER and MACHINE_TO_MACHINE client types) must supply their client ID and secret in the Authorization 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 the Authorization header but must provide their client ID in the request body.

Allows for revoking a specified refresh token.

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