delete_sessions_by_id
Delete an API session by its ID to revoke access and terminate the user's authenticated session.
Instructions
Delete api sessions.
DELETE /api/sessions/{id}
Args: id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |