Delete Custom Field
delete_custom_fieldPermanently delete a custom field from a company by specifying the company ID and field ID. This action cannot be undone.
Instructions
Deletes a Custom Field from a company. 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. 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 |
|---|---|---|---|
| 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. |