Delete A Task Item Comment
delete_a_task_item_commentPermanently delete a specific task item comment from a Procore project. Provide company, project, and comment IDs.
Instructions
Deletes the task item comment with ID supplied in path. Returns an empty body if successful. Use this to permanently delete the specified Tasks. This cannot be undone. Permanently removes the specified Tasks. This action cannot be undone. Required parameters: company_id, project_id, id. Procore API: Core > Tasks. Endpoint: DELETE /rest/v1.0/companies/{company_id}/projects/{project_id}/task_item_comments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — task Item Comment ID |