Delete Bid Form
delete_bid_formPermanently remove a bid form and its associated sections and items from a bid package. Verify the target ID using list/show tools first to avoid deletion errors.
Instructions
Delete a single Bid Form and its associated Sections and Items. 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_id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the bid form. 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_id. Procore API: Preconstruction > Bid Management. Endpoint: DELETE /rest/v1.0/projects/{project_id}/bid_packages/{bid_package_id}/bid_forms/{bid_form_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| bid_form_id | Yes | URL path parameter — unique identifier of the bid form | |
| bid_package_id | Yes | URL path parameter — unique identifier of the bid package |