Bulk Delete BIM Model Revision Viewpoints
bulk_delete_bim_model_revision_viewpointsDelete multiple BIM model revision viewpoints at once using a bulk request. Permanently removes viewpoint associations by project and IDs, with errors returned for invalid or unauthorized requests.
Instructions
Delete multiple BIM Model Revision Viewpoint associations in a single request. Confirm the target id with the matching show or list tool before calling. Permanently removes the BIM model revision viewpoint. 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: project_id, ids. Procore API: Preconstruction > BIM. Endpoint: DELETE /rest/v1.0/bim_model_revision_viewpoints/bulk_delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Query string parameter — array of BIM Model Revision Viewpoint IDs to delete | |
| project_id | Yes | Query string parameter — unique identifier for the project. |