These docs are for v1.5.1. Click to read the latest docs for v1.15.1.

Revoke a JWT token.

Use this operation to revoke a JWT token.

JWT tokens have no expiration date so are always valid: if you need to invalidate a token (eg. because you think it is compromised) you need to use this endpoint to inform the platform that this token should no longer be accepted.

Query Params
string
required

Token to revoke.

Responses
200

The token is revoked.

400

Invalid token object. More details are returned in the response body as a JSON object.

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