Delete Wbs Attribute Item
delete_wbs_attribute_itemPermanently delete a specified Work Breakdown Structure attribute item from a project. Removes the record irreversibly, requiring company, project, and attribute item IDs.
Instructions
Delete Wbs Attribute Item for a given project. 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, wbs_attribute_item_id. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attribute_items/{wbs_attribute_item_id}
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. | |
| wbs_attribute_item_id | Yes | URL path parameter — unique identifier for the Wbs Attribute Item. |