Delete budget line

DELETE /api/v1/budgets/{budget_id}/lines/{line_id}

Remove a budget line.

Operation ID: delete_budget_line_api_v1_budgets__budget_id__lines__line_id__delete · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

budget_id string required
line_id string required

Responses

200 Successful Response

success boolean
message string required
code string required
data object
id string
task_id string
total integer
succeeded integer
failed integer
errors array · string

400 Bad Request - Invalid input

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object