Delete GoHighLevel Custom Field V2
ghl_delete_custom_field_v2Delete a Custom Fields V2 field from GoHighLevel. Requires explicit confirmation to prevent accidental deletion.
Instructions
Delete a Custom Fields V2 field with DELETE /custom-fields/{id}. Requires confirm: true and owner approval before live execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom Fields V2 field ID. | |
| confirm | Yes | Required for destructive tools. The API call is made only when confirm is explicitly true. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |