Delete An Estimate Line Item From The Proposal
delete_an_estimate_line_item_from_the_proposal_projectPermanently remove an estimate line item from a proposal project. Required parameters: proposal_id, line_item_id, company_id, project_id.
Instructions
Delete an estimate line item from the proposal. Use this to permanently delete the specified Estimating records. This cannot be undone. Permanently removes the specified Estimating records. This action cannot be undone. Required parameters: proposal_id, line_item_id, company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/proposals/{proposal_id}/line_items/{line_item_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | URL path parameter — unique identifier of the proposal | |
| line_item_id | Yes | URL path parameter — unique identifier of the line item | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| project_id | Yes | URL path parameter — unique project identifier |