Bulk Delete Company Segment Items
bulk_delete_company_segment_itemsPermanently delete multiple Work Breakdown Structure segment items by specifying company, segment, and item IDs. This bulk action cannot be undone.
Instructions
Bulk Delete Company Segment Items. Use this to permanently delete the specified Work Breakdown Structure records. This cannot be undone. Permanently removes the specified Work Breakdown Structure records. This action cannot be undone. Required parameters: company_id, segment_id, segment_item_ids. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: DELETE /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{segment_id}/segment_items/bulk_destroy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| segment_id | Yes | URL path parameter — unique identifier of the segment | |
| segment_item_ids | Yes | JSON request body field — list of segment item IDs |