delete_budget_line_item_v2_0
Remove a budget line item from a construction project in Procore. Specify company, project, and item IDs to delete financial entries.
Instructions
Delete Budget Line Item. [Construction Financials/Budget] DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/budget_line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | ID of the company | |
| project_id | Yes | ID of the project | |
| id | Yes | ID of the budget line item |