Remove Values From Custom Field
remove_values_from_custom_fieldPermanently delete specified values from a custom field of type select or multi-select. This action cannot be undone.
Instructions
Removes specified values from a Custom Field with type select or multi-select. Use this to permanently delete the specified Custom - Configurable Tools. This cannot be undone. Permanently removes the specified Custom - Configurable Tools. This action cannot be undone. Required parameters: company_id, field_id, values. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/custom-fields/{field_id}/values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| field_id | Yes | URL path parameter — uUID of the Custom Field. | |
| values | Yes | JSON request body field — list of values to remove from the field. |