Delete Viewpoint And Procore Item Association
delete_viewpoint_and_procore_item_associationPermanently delete the association between a BIM viewpoint and a Procore item. Requires viewpoint ID, project ID, item ID, and item type. Irreversible.
Instructions
Delete the association between a BIM Viewpoint and a procore item. Use this to permanently delete the specified BIM records. This cannot be undone. Permanently removes the specified BIM records. This action cannot be undone. Required parameters: bim_viewpoint_id, project_id, item_id, item_type. Procore API: Preconstruction > BIM. Endpoint: DELETE /rest/v1.0/bim_viewpoints/{bim_viewpoint_id}/associations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bim_viewpoint_id | Yes | URL path parameter — unique identifier of the bim viewpoint | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| item_id | Yes | Query string parameter — unique identifier of the item | |
| item_type | Yes | Query string parameter — procore Item Type |