clickup_field_unset
Clear custom field values from ClickUp tasks to reset them to empty while preserving field definitions. Use this tool to remove outdated or incorrect data from task fields.
Instructions
Clear a custom field value on a ClickUp task — sets it back to empty/unset. The field definition on the list remains intact. Use clickup_field_set to assign a new value instead. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_id | Yes | ID of the custom field to clear. Obtain from clickup_field_list (field: id) or clickup_task_get (field: custom_fields[].id). | |
| task_id | Yes | ID of the task. Obtain from clickup_task_list (field: id). |