Remove Interaction
remove_interactionRemove a logged interaction from touchpoint history by UUID, with a soft-delete that is recoverable for 30 days and requires a confirm/cancel resolution.
Instructions
Soft-delete a logged interaction (email, call, meeting, etc.) by its UUID. Interactions are append-only touchpoint history, so there is no archive state - removal is a soft-delete, recoverable for 30 days, then purged. On first call returns a conflict with DELETE / CANCEL options; pass mode after the user decides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Deprecated: use `resolution`. 'delete' / 'cancel'. | |
| resolution | No | Resolution: 'confirm' soft-deletes (recoverable 30 days), 'cancel' aborts. | |
| interaction_id | Yes | Interaction UUID to remove. |