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 should no longer be accepted.
200The token is revoked.
400Invalid token object. More details are returned in the response body as a JSON object.
