Delete Project Task
delete_project_task_companyPermanently delete a specific estimating task from a Procore project. This action cannot be undone, requiring task_id, company_id, and project_id.
Instructions
Delete project task. 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: task_id, company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/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. | |
| project_id | Yes | URL path parameter — unique project identifier |