Delete A Line Item Group From The Proposal
delete_a_line_item_group_from_the_proposal_projectPermanently remove a line item group from a proposal in Procore. This action cannot be undone.
Instructions
Delete a line item group 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_group_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_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. | |
| project_id | Yes | URL path parameter — unique project identifier |