delete
https://api.woleet.io/v1/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.
200The JWT token is revoked.
400Invalid request. More details are returned in the response body as a JSON object.
