delete_session
Delete a workflow session by its session ID. Returns true if removed, false if not found.
Instructions
Delete a workflow session.
Args: ctx: MCP context for logging and error handling session_id: ID of the session to delete.
Returns: True if the session was deleted, False if it didn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |