delete https://api.app.lithium.com/bots/v3/tokens/appId/
Invalidate the JWT used to authenticate calls to the Bot v3 API
Details
Invalidate the JWT with a DELETE request to /tokens/appId/{appId}
.
When you call the invalidation endpoint (DELETE) all the tokens associated with the given appId
will be invalidated. This endpoint is intended for deleting compromised tokens and is not subject to a 10-minute grace period as is with a refresh. There may be a small degree of latency while our systems update. Afterward, you will have to start over by creating a token as described in JWT authentication.
Related endpoints
Action | Endpoint |
---|---|
GET | /tokens/khorosapi/ownerId/{ownerId} Return whether a JWT exists for an entity |
POST | /tokens/khorosapi/ownerId/{ownerId} Generate a JWT token |
PUT | /bots/v3/tokens/appId/{appId} Refresh the JWT used to authenticate calls to the Bot v3 API |