Delete Field Rule (Project Scope)
delete_field_rule_project_scopeRevert a project field to company defaults by deleting its project-scoped rule. Confirm the rule ID with the list tool first; this action cannot be undone.
Instructions
Deletes a project-scoped field rule. This reverts the field to the inherited company configuration at the project. The rule must belong to the given project. Confirm the target id with the matching show or list tool before calling. company_id and project_id default to the values set by procore_set_config when omitted, and rule_id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the field rule. 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, project_id, rule_id. Procore API (v2.0): Core > Assets. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/assets/settings/field_rules/{rule_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | URL path parameter — unique identifier for the field rule. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| Accept-Language | No | JSON request body field — locale for localized response messages (for example: en, fr-FR, pseudo) |