delete_project¶
Permanently delete a custom LCA project and all associated data.
Purpose¶
Remove project including all activities, exchanges, and calculation history.
Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
project_id |
string | Yes | Project UUID to delete |
Returns¶
Confirmation with deletion summary and affected data counts.
⚠️ Warning¶
This action is irreversible and permanent.
Deletes: - Project metadata - All custom activities - All exchanges - Calculation history
Example¶
Prompt: Delete project abc123
Pre-Deletion Checklist¶
- Export project data if needed
- Verify correct project ID
- Confirm no longer needed
Related Tools¶
- export_project - Backup before deletion
- list_projects - Verify project ID