Remove Viewpoint Association From Issue (REST V2.0; MM Soft-Delete When Applicab
remove_viewpoint_association_from_issue_rest_v2_0_mm_softPermanently delete a viewpoint association from a coordination issue. Removes the join row and optionally deletes the Model Manager viewpoint. Requires company, project, coordination issue, and viewpoint IDs.
Instructions
Path parameter viewpoint_id must be a UUID (route constraint). The server resolves the join row by viewpoint_uuid matching that id on this coordination issue (numeric BimViewpoint ids are not valid on this path). Transaction: 1. If the mapping has viewpoint_uuid, calls Model Manager DELETE .../bim/viewpoints/{uuid}. 404 from MM is ignored; local mapping is still removed. 2. Destroys the coordination_issue_bim_viewpoints row. Enqueues `CoordinationIssues::Observe... 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: company_id, project_id, coordination_issue_id, viewpoint_id. Procore API (v2.0): Project Management > Coordination Issues. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/{coordination_issue_id}/viewpoints/{viewpoint_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| coordination_issue_id | Yes | URL path parameter — coordination Issue ID | |
| viewpoint_id | Yes | URL path parameter — **MM-backed:** Model Manager viewpoint UUID (`[0-9a-f-]{36}`, case-insensitive). **Legacy:** numeric `bim_viewpoints.id` for a join row that has `bim_viewpoint_id` (no `viewpoint_uuid`). |