Delete A Manual Forecast Line Item
delete_a_manual_forecast_line_itemPermanently remove a manual forecast line item from a budget line item. Use this to delete budget records when they are no longer needed.
Instructions
Delete a manual forecast line item for a 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: project_id, id. Procore API: Construction Financials > Budget. Endpoint: DELETE /rest/v1.0/projects/{project_id}/manual_forecast_line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier for the manual forecast line item. | |
| budget_line_item_id | No | JSON request body field — identifier of the parent budget line item. NOTE - budget line item id or wbs code id is required | |
| wbs_code_id | No | JSON request body field — wbs code id of the parent budget line item. NOTE - budget line item id or wbs code id is required |