Delete Bid Form Item
delete_bid_form_itemDelete a bid form item permanently from a Procore bid package. Supply project_id, bid_package_id, and bid_form_item_id; the item is removed instantly and cannot be undone.
Instructions
Delete single Bid Form Item. Confirm the target id with the matching show or list tool before calling. project_id defaults to the value set by procore_set_config when omitted, and bid_package_id, bid_form_item_id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the bid form item. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |