Delete A Task Item Comment
delete_a_task_item_commentPermanently delete a task item comment from a Procore project using its unique ID. Resolve the correct comment ID with the list tool first, as this action cannot be undone.
Instructions
Deletes the task item comment with ID supplied in path. Returns 200 OK with an empty body on success. Confirm the target id with the matching show or list tool before calling. company_id and project_id default to the values set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the task item comment. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| id | Yes | URL path parameter — task Item Comment ID | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. |