delete_opportunity
Permanently delete a CRM opportunity after user confirmation. Requires confirm=true and reads opportunity first. Idempotent on retry.
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 | Yes | ||
| confirm | Yes | Must be set to true. Permanently deletes the opportunity. Irreversible. |