Revoke all active sessions
Increments the token revision counter for the workspace owner,
invalidating every JWT previously issued for the account. The
current token is also added to the Redis blocklist immediately so
revocation takes effect within milliseconds.
This endpoint revokes dashboard sessions and JWT-based access. It
does not revoke API keys. To invalidate an API key use
`DELETE /v1/api-keys/{key_id}`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
All sessions revoked
message
Human-readable confirmation message
Errors
401
Logout All Request Unauthorized Error