Delete a File
litewrite_delete_fileDelete a file or directory from a Litewrite project permanently. This action cannot be undone.
Instructions
Delete a file (or directory) from a Litewrite project (POST /api/internal/files/delete). This is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path relative to the project root | |
| projectId | Yes | The Litewrite project id |