Delete Project Segment Item
delete_project_segment_itemPermanently delete a Work Breakdown Structure segment item from a project. This action cannot be undone.
Instructions
Delete a specific Project 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: project_id, segment_id, id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: DELETE /rest/v1.0/projects/{project_id}/work_breakdown_structure/segments/{segment_id}/segment_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| segment_id | Yes | URL path parameter — unique identifier of the segment | |
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| sub_job_id | No | Query string parameter — sub Job ID (required for a sub job's cost codes only) |