Delete An Estimate Line Item From The Proposal
delete_an_estimate_line_item_from_the_proposal_companyPermanently delete a specified estimate line item from a proposal in Bid Board. Requires proposal, line item, company, and project IDs.
Instructions
Delete an estimate line item from the proposal. Use this to permanently delete the specified Bid Board records. This cannot be undone. Permanently removes the specified Bid Board records. This action cannot be undone. Required parameters: proposal_id, line_item_id, company_id, bid_board_project_id. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: DELETE /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/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. | |
| bid_board_project_id | Yes | URL path parameter — unique BidBoard project identifier |