v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > BudgetStrategy
Deletes a Budget strategy
Deletes a Budget strategy
delete/api/2026-07-01/resources/project_management/budget_strategies/{id}
Path parameters
idstring required
Id of the budget strategy to delete
Response
OK
Example response
{
"id": "1234",
"budget_type": "total_budget",
"planned_cents": 100000,
"planned_minutes": 6000,
"fee_amount_cents": 5000,
"project_id": "1234",
"subproject_id": "5678"
}