Skip to main content
DELETE
/
v1
/
workspaces
/
{workspace_id}
/
budgets
/
{budget_id}
Delete a Budget
curl --request DELETE \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/budgets/{budget_id} \
  --header 'Authorization: Bearer <token>'
Deletes a budget. Requires owner or admin role.
This action is irreversible. The budget and its spend history will be permanently removed.
This endpoint uses session authentication, not API key authentication. See Authentication.
See also: Budget management.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.