Delete Change Event Comment
delete_change_event_commentPermanently remove a comment from a change event. Provide company, project, change event, and comment IDs, and confirm the comment ID with the list tool before calling.
Instructions
Deletes a comment on a change event. Returns 200 with 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 change_event_id, id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the change event 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, change_event_id, id. Procore API (v2.0): Construction Financials > Change Events. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/change_events/{change_event_id}/comments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — change event comment ID. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| change_event_id | Yes | URL path parameter — unique identifier of the change event |