deals_delete
Permanently delete a deal by providing its ID. This action cannot be undone; consider marking the deal as lost instead.
Instructions
Delete a deal permanently.
WARNING: This permanently deletes the deal. Consider marking as lost instead.
Workflow tips:
Deletion is permanent and cannot be undone
Consider using deals/update with status='lost' instead
Use deals/get first to confirm you have the right deal
Related activities and notes are preserved but detached
Common use cases:
Delete test deal: { "id": 123 }
Clean up duplicate: { "id": 456 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal to delete |