Remove GoHighLevel Contact From Workflow
ghl_remove_contact_from_workflowRemove a contact from a workflow by providing contact ID and workflow ID. Requires explicit confirmation to execute.
Instructions
Remove a contact from a workflow with DELETE /contacts/{contactId}/workflow/{workflowId}. 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. | |
| contact_id | Yes | Contact ID. | |
| workflow_id | Yes | Workflow ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |