Delete Custom Field
delete_custom_fieldPermanently remove a custom field from a company by specifying its field ID and company ID. Confirm the field ID with the list tool first to avoid errors.
Instructions
Deletes a Custom Field from a company. Confirm the target id with the matching show or list tool before calling. company_id defaults to the value set by procore_set_config when omitted, and field_id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the custom field. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, field_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/custom-fields/{field_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_id | Yes | URL path parameter — uUID of the Custom Field. | |
| 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... |