delete_project_artifact
Delete a single Marrow project artifact by moving it to the recycle bin, where it can be restored later if needed. Use for removal, not moving or renaming files.
Instructions
[ARTIFACT TOOLS] Deletes a single artifact file by moving it to the recycle bin. The file is preserved in the recycle bin and can be restored using restore_project_artifact if needed.
Do NOT use to move or rename a file — call move_project_artifact instead.
Returns: confirmation string with the deleted file path. Raises: 404 error if the path does not exist in artifact storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to delete | |
| project | Yes | Project name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |