Account
Revoke user session
Revokes one of the current User's own sessions by id, which signs that browser out or stops that personal API token from working. Sessions that belong to another User, or that are not active any more, are reported as not found.
PUT
/api/sys/v{version:apiVersion}/account/revoke_user_session/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | String | Path |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37