delete_exchange¶
Delete a specific exchange from an activity.
Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
activity_id |
string | Yes | Parent activity UUID |
exchange_id |
string | Yes | Exchange UUID to delete |
Returns¶
Confirmation with remaining exchange count and balance status.
⚠️ Warning¶
Permanent deletion. May affect: - Activity completeness - Mass/energy balance - LCA calculations
Example¶
Prompt: Delete exchange abc123 from activity xyz789
Pre-Deletion Check¶
- Use
list_exchangesto identify correct exchange - Verify it's not the reference product
- Consider impact on activity balance
Related Tools¶
- list_exchanges - Find exchange IDs
- create_database_exchange - Replace deleted exchange