---
title: "Delete Access Group Budget"
method: DELETE
path: "/access_group/{access_group}/budget"
tags: ["model management"]
---

# Delete Access Group Budget

`DELETE /access_group/{access_group}/budget`

Clear the shared budget of an access group, leaving the group itself in place.

Example:
```bash
curl -X DELETE 'http://localhost:4000/access_group/production-models/budget' \
  -H 'Authorization: Bearer sk-1234'
```

Parameters:
- access_group: str - The access group name (URL path parameter)

Returns:
- DeleteAccessGroupBudgetResponse; budget_deleted is false when there was nothing to clear

Raises:
- HTTPException 404: If access group not found

## Path parameters

- `access_group` string, required

## Response `200`

Successful Response

- DeleteAccessGroupBudgetResponse
  - `access_group` string, required
  - `budget_deleted` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/access_group/:access_group/budget/delete.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/c71315002afa?raw)
