Delete Project Task
delete_project_task_company_v2_0Delete a Bid Board task permanently. Provide task_id, company_id, and bid_board_project_id to remove the record.
Instructions
Delete project task. 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: task_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}/tasks/{task_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | URL path parameter — unique identifier of the task | |
| 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 |