Delete GoHighLevel Opportunity
ghl_delete_opportunityDelete a GoHighLevel opportunity by ID, requiring explicit confirmation and owner approval to prevent unintended data loss.
Instructions
Delete an opportunity with DELETE /opportunities/{id}. Requires confirm: true and owner approval before live execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Required for destructive tools. The API call is made only when confirm is explicitly true. | |
| opportunity_id | Yes | Opportunity ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |