Delete Company Segment Item
delete_company_segment_itemPermanently delete a specific Work Breakdown Structure segment item for a company. Use this to remove a segment item that is no longer needed.
Instructions
Delete a specific Company Segment Item. 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, id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: DELETE /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{segment_id}/segment_items/{id}
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 | |
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource |