Delete A Proposal From The Project
delete_a_proposal_from_the_project_company_v2_0Permanently delete a proposal from a Procore bid board project using proposal ID, company ID, and project ID. This action cannot be undone.
Instructions
Delete a proposal from the project. 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, 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}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | URL path parameter — unique identifier of the proposal | |
| 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 |