session_delete
Delete a session's profile directory on disk to free storage when it is no longer active or default. Pass the session name to remove the persistent browser profile.
Instructions
Delete a session's profile dir on disk (not active/default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Session name. | |
| lease | No | Optional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env. | |
| session | No | Optional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default'. |