Remove Segment From The Project Pattern
remove_segment_from_the_project_patternRemoves a segment from a project's Work Breakdown Structure pattern. Updates the pattern and moves records to the new position, returning the updated object.
Instructions
Remove segment from the project pattern. Use this to update an existing Work Breakdown Structure records (only the supplied fields are changed). Moves the Work Breakdown Structure records to its new position and returns the updated object. Required parameters: project_id, segment_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PUT /rest/v1.0/projects/{project_id}/work_breakdown_structure/patterns/remove_segment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| segment_id | Yes | JSON request body field — unique identifier of the segment |