/users/logoutLogout
Base URL https://api.vseepreview.com/api_v3 · operationId logoutUser
Authentication: User Token — Requires a user access token from login or SSO.
Log the current user session out. The supplied tokens will be destroyed.
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) |
Content type: application/x-www-form-urlencoded
| Field | Type | Required | Enum | Description |
|---|---|---|---|---|
tokens | string | no | Comma-separated tokens to destroy, e.g. `token1,token2` |
Example:
{
"tokens": "token1,token2"
}
200 — Successful logoutLogout — Successful logout
{
"data": true
}
Machine-readable: OpenAPI JSON (operationId: logoutUser)