For AI agents: visit https://api-docs.liquidplanner.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Clear Custom field values on a plan item
📘
curl --location --request DELETE 'https://next.liquidplanner.com/api/workspaces/<workspace id>/items/v1/<item id>/custom-field-values/all' \
--header 'Authorization: Bearer <API Token>' \
📘
curl --location --request DELETE 'https://next.liquidplanner.com/api/workspaces/<workspace id>/items/v1/<item id>/custom-field-values/by-name' \
--header 'Authorization: Bearer <API Token>' \
--header 'Content-Type: application/json' \
--data-raw '["<Custom Field name>", "<Custom Field name>"]'