Delete Budget Lock
delete_budget_lockDelete budget lock records permanently to remove budget restrictions. This action cannot be undone and requires a project ID.
Instructions
Delete budget lock. 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. Procore API: Construction Financials > Budget. Endpoint: DELETE /rest/v1.0/projects/{project_id}/budget/lock
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| destroy_all_budget_line_item_transfers | No | Query string parameter — allows users to unlock the budget while either preserving or destroying the existing budget modifications. Defaults to 'true' when not included in request. |