Bulk Delete Project Tasks
bulk_delete_project_tasks_companyBulk delete estimating tasks from a Procore project. Provide company and project IDs to permanently remove specified records. This action cannot be undone.
Instructions
The request body should be an array of task IDs, representing the tasks to be deleted. Use this to permanently delete the specified Estimating records. This cannot be undone. Permanently removes the specified Estimating records. This action cannot be undone. Required parameters: company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/tasks/bulk_destroy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| project_id | Yes | URL path parameter — unique project identifier |