Revoke JWT with given id
DELETE/api/management/v2/devauth/tokens/:id
Deletes the token, effectively revoking it. The device must apply for a new one with a new authentication request. The token 'id' corresponds to the standard 'jti' claim.
Request
Responses
- 204
- 404
- 500
- 503
The token was successfully deleted.
Not Found.
Internal Server Error.
Service is unavailable.