Delete Checklist Item Response
delete_checklist_item_responseDelete a checklist item response from a Procore project. Provide the item and project IDs to permanently remove the response; confirm the ID with list tools first.
Instructions
Removes the Checklist Item Response for a specified Checklist Item. Confirm the target id with the matching show or list tool before calling. project_id defaults to the value set by procore_set_config when omitted, and item_id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the checklist item response. 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: item_id, project_id. Procore API: Project Management > Inspections. Endpoint: DELETE /rest/v1.0/projects/{project_id}/checklist/items/{item_id}/item_response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | URL path parameter — unique identifier of the item | |
| project_id | Yes | URL path parameter — unique identifier for the project. |