delete_project_artifact
Permanently delete a single artifact file from a project's artifact storage. The deletion is immediate and irreversible; ensure no recoverable backup exists before proceeding.
Instructions
[ARTIFACT TOOLS] Permanently deletes a single artifact file from the project's artifact storage. The deletion is immediate and not automatically reversible.
Before deleting, consider calling list_artifact_history to check whether a recoverable backup version exists — restore_project_artifact can recover a prior version if the file was previously saved with history enabled. 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 |