Delete Budget Line Item
delete_budget_line_itemDelete a budget line item permanently from a Procore project. This action cannot be undone; provide company, project, and item IDs.
Instructions
Deletes a specified budget line item. Use this to permanently delete the specified Budget records. This cannot be undone. Permanently removes the specified Budget records. This action cannot be undone. Required parameters: company_id, project_id, id. Procore API (v2.0): Construction Financials > Budget. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/budget_line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| id | Yes | URL path parameter — iD of the budget line item |