delete
Delete a file. Creates a tombstone version; content is recoverable via restore. Writing to the same path later resurrects it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File to delete, relative to the workspace root. | |
| workspace | No | Workspace slug. Optional, defaults to "temp". | |
| override_lock | No | Delete even if another agent holds a lock. Recorded in the activity log. | |
| expected_version | No | Fail with VERSION_CONFLICT unless the file is currently at this version. |