Delete Bid Form Section
delete_bid_form_sectionPermanently remove a single bid form section from a Procore bid package. Requires project ID, bid package ID, and bid form section ID; verify IDs with list tools first.
Instructions
Delete single Bid Form Section. 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_section_id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the bid form section. 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_section_id. Procore API: Preconstruction > Bid Management. Endpoint: DELETE /rest/v1.0/projects/{project_id}/bid_packages/{bid_package_id}/bid_form_sections/{bid_form_section_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_section_id | Yes | URL path parameter — unique identifier of the bid form section |