---
title: "Delete a budget row"
method: DELETE
path: "/api/budgets/{scope}/{scopeId}"
tags: ["Budgets"]
---

# Delete a budget row

`DELETE /api/budgets/{scope}/{scopeId}`

## Path parameters

- `scope` 'global' | 'agent' | 'user', required
- `scopeId` string, required — Scope identifier — empty string for global, agent UUID otherwise

## Response `204`

Budget deleted

## Other responses

- `404` — Budget not configured

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/0375890be8c4/schema)
