Delete A Budgeted Production Quantity
delete_a_budgeted_production_quantityPermanently delete a budgeted production quantity from a Procore project. This action removes Budget records and is irreversible.
Instructions
Deleting a Budgeted Production Quantity associated with the specified Project. 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}/budgeted_production_quantities/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | JSON request body field — unique identifier for the Procore project | |
| id | Yes | URL path parameter — id of the Budgeted Production Quantity | |
| cost_code_id | No | JSON request body field — costCode. DO NOT provide if your project is configured for Task Codes. | |
| wbs_code_id | No | JSON request body field — the Production Quantity Code for the Budgeted Production Quantity. This is necessary if your project is configured for Task Codes. DO NOT provide if your project is not configured for Task Codes. | |
| quantity | No | JSON request body field — quantity budgeted for a project cost code | |
| unit_of_measure | No | JSON request body field — the unit of measure for this Budget operation |