Revoke a client access token

Revokes a client access token previously issued via /client_auth_token, preventing it from being used to initialize SDK modules. The platform authenticates to this endpoint with its own HMAC credentials.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

JWT client access token to revoke. The token must be a well-formed three-part JWT containing a jti claim.

Schema for revoking a client access token.

string
required

The client access token to revoke.

Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses
204

Client access token successfully revoked. Response body is empty.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json