Delete Wbs Attributes
delete_wbs_attributesPermanently delete Work Breakdown Structure attributes for a specific project in Procore. Requires company, project, and attribute IDs.
Instructions
Delete Wbs Attributes 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_id. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attributes/{wbs_attribute_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_id | Yes | URL path parameter — unique identifier for the Wbs Attribute. |