Deletes A Material Requirement Line Item.
deletes_a_material_requirement_line_itemPermanently delete a material requirement line item from Procore. Works only for draft or in-review documents; confirm IDs with list tools first. This action cannot be undone.
Instructions
This endpoint performs a hard delete of a material requirement line item. The deletion follows these rules: 1. The deletion is performed if document is in DRAFT or IN REVIEW state. 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 material_requirement_id, id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the material requirement line item. 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: material_requirement_id, id, company_id, project_id. Procore API (v2.0): Resource Management > Materials Management. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/materials_mgmt/material_requirements/{material_requirement_id}/line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Materials Management resource | |
| company_id | Yes | URL path parameter — the company identifier | |
| project_id | Yes | URL path parameter — the project identifier | |
| material_requirement_id | Yes | URL path parameter — material requirement id |