Tool Delete Session
Category: Session · Tier: All
Delete a saved session by name
When to Use
Session tools save and restore browser state for multi-step workflows. This includes cookies, localStorage, URL, and scroll position.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Name of the session to delete |
Example
Delete the old staging session
Tips
- Sessions persist cookies, localStorage, and scroll position
- Use
_browserTokento maintain browser continuity across tool calls
Related
- Tools Overview — All 120 tools by category