Delete Procore Item Association
delete_procore_item_associationPermanently deletes the association between a Coordination Issue and a Procore item. Use after verifying IDs to clean up or correct item links.
Instructions
Delete the association between Coordination Issue and Procore item. Confirm the target id with the matching show or list tool before calling. coordination_issue_id, id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the procore item association. 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: coordination_issue_id, id, project_id, item_type. Procore API: Project Management > Coordination Issues. Endpoint: DELETE /rest/v1.0/coordination_issues/{coordination_issue_id}/procore_item_associations/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — procore Item Association ID | |
| item_type | Yes | Query string parameter — type of Procore item | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| coordination_issue_id | Yes | URL path parameter — coordination Issue ID |