Delete Bid Form Item
delete_bid_form_itemPermanently remove a single bid form item from a Procore bid package. Irreversible action requiring project, bid package, and item IDs.
Instructions
Delete single Bid Form Item. Use this to permanently delete the specified Bid Management records. This cannot be undone. Permanently removes the specified Bid Management records. This action cannot be undone. Required parameters: project_id, bid_package_id, bid_form_item_id. Procore API: Preconstruction > Bid Management. Endpoint: DELETE /rest/v1.0/projects/{project_id}/bid_packages/{bid_package_id}/bid_form_items/{bid_form_item_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| bid_package_id | Yes | URL path parameter — unique identifier of the bid package | |
| bid_form_item_id | Yes | URL path parameter — unique identifier of the bid form item |