Delete Procore Item Association
delete_procore_item_associationPermanently remove the link between a coordination issue and a Procore item. Specify issue ID, association ID, project ID, and item type to delete the association.
Instructions
Delete the association between Coordination Issue and Procore item. Use this to permanently delete the specified Coordination Issues. This cannot be undone. Permanently removes the specified Coordination Issues. This action cannot be undone. 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 |
|---|---|---|---|
| coordination_issue_id | Yes | URL path parameter — coordination Issue ID | |
| id | Yes | URL path parameter — procore Item Association ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| item_type | Yes | Query string parameter — type of Procore item |