Delete A Note From The Project
delete_a_note_from_the_project_company_v2_0Permanently delete a specific note from a Bid Board project using the Procore API v2.0. Requires note_id, company_id, and bid_board_project_id.
Instructions
Delete a note from the project. Use this to permanently delete the specified Bid Board records. This cannot be undone. Permanently removes the specified Bid Board records. This action cannot be undone. Required parameters: note_id, company_id, bid_board_project_id. Procore API (v2.0): Preconstruction > Bid Board. Endpoint: DELETE /rest/v2.0/companies/{company_id}/estimating/bid_board_projects/{bid_board_project_id}/notes/{note_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | URL path parameter — unique identifier of the note | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| bid_board_project_id | Yes | URL path parameter — unique BidBoard project identifier |