Delete Bid Form Section
delete_bid_form_sectionPermanently remove a bid form section from a Procore bid package. Provide project, bid package, and section IDs to complete the deletion.
Instructions
Delete single Bid Form Section. 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_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 |