Delete GoHighLevel Custom Field Folder
ghl_delete_custom_field_folderDelete a custom field folder by supplying its ID and confirming the action. Owner approval is necessary for execution.
Instructions
Delete a Custom Fields V2 folder with DELETE /custom-fields/folder/{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. | |
| folder_id | Yes | Custom field folder ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |