delete_opportunity
Permanently delete an opportunity from Capsule CRM after mandatory user confirmation. Irreversible action ensures clean removal without duplicates.
Instructions
DESTRUCTIVE & IRREVERSIBLE: permanently delete an opportunity. Requires confirm=true. Always read the opportunity first with get_opportunity and confirm with the user before calling. Idempotent on retry: response is {deleted: true, alreadyDeleted: false, id} on a fresh delete or {deleted: true, alreadyDeleted: true, id} if the opportunity was already gone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| confirm | Yes | Must be set to true. Permanently deletes the opportunity. Irreversible. |