delete_opportunity
Permanently delete a sales opportunity. This action is destructive and irreversible, requiring explicit confirmation to proceed.
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. |