Delete A Line Item Group From The Proposal
delete_a_line_item_group_from_the_proposal_companyPermanently remove a line item group from a proposal in Procore. Specify proposal, line item group, company, and bid board project IDs. This action is irreversible.
Instructions
Delete a line item group 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_group_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_item_groups/{line_item_group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | URL path parameter — unique identifier of the proposal | |
| line_item_group_id | Yes | URL path parameter — unique identifier of the line item group | |
| 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 |