Back to docs

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 _browserToken to maintain browser continuity across tool calls

Related

From the Blog