Unassign The Attribute Items From The Wbs Codes
unassign_the_attribute_items_from_the_wbs_codesPermanently remove attribute items from WBS codes by deleting the specified Work Breakdown Structure records. Requires company and project IDs. This action cannot be undone.
Instructions
Unassign the Attribute Items from the Wbs Codes. 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, project_id. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/codes/attribute_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| filters__attribute_id__ | No | Query string parameter — delete item(s) with the specified Wbs Attribute IDs. Example usage: ?filters[attribute_id][]=2670495558&filters[id][]=973021455 | |
| filters__attribute_item_id__ | No | Query string parameter — delete item(s) with the specified Wbs Attribute Item IDs. Example usage: ?filters[attribute_item_id][]=2670495558&filters[id][]=973021455 | |
| filters__id__ | No | Query string parameter — delete item(s) with the specified Wbs Code IDs. Example usage: ?filters[id][]=2670495558&filters[id][]=973021455 |