Delete Bid Form
delete_bid_formPermanently deletes a specified bid form along with its sections and items from a Procore bid package. This action is irreversible.
Instructions
Delete a single Bid Form and its associated Sections and Items. 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_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_package_id | Yes | URL path parameter — unique identifier of the bid package | |
| bid_form_id | Yes | URL path parameter — unique identifier of the bid form |