Delete GoHighLevel Custom Value
ghl_delete_custom_valueDeletes a custom value from a specified location in GoHighLevel. Confirmation must be set to true for the operation to proceed.
Instructions
Delete a custom value from /locations/{locationId}/customValues/{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. | |
| location_id | No | Optional GoHighLevel location ID override. Defaults to GHL_LOCATION_ID. | |
| custom_value_id | Yes | Custom value ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |