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 must no longer be accepted.

Query Params
string
required

JWT token to revoke.

Responses
200

The JWT token is revoked.

400

Invalid request. 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!