Delete a file from the session workspace.
DELETE /browser/sessions/{id}/fs/dir with recursive=true. Path must be relative to the workspace root.
| Status | Description |
|---|---|
400 | Invalid path. |
401 | Unauthorized — invalid or missing API key. |
404 | Session or file not found. |
409 | Target exists but is a directory. Use DELETE /fs/dir instead. |