Delete GoHighLevel Custom Field
ghl_delete_custom_fieldDelete a custom field from a GoHighLevel location by providing its field ID and explicit confirmation.
Instructions
Delete a custom field from /locations/{locationId}/customFields/{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. | |
| field_id | Yes | Custom field ID. | |
| location_id | No | Optional GoHighLevel location ID override. Defaults to GHL_LOCATION_ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |