---
title: "Remove Enterprise Budget"
method: DELETE
path: "/api/billing/enterprise/budget/{api_key_id}"
tags: ["Billing"]
---

# Remove Enterprise Budget

`DELETE /api/billing/enterprise/budget/{api_key_id}`

Remove the monthly budget for an enterprise API key (sets to unlimited).

## Path parameters

- `api_key_id` string, required

## Headers

- `X-API-Key` string, nullable

## Response `200`

Successful Response

- EnterpriseBudgetResponse
  - `success` boolean
  - `message` string, nullable
  - `api_key_id` string, nullable — API key UUID
  - `api_key_name` string, nullable — API key name
  - `monthly_budget_usd` number, nullable — Monthly budget (null = unlimited)
  - `current_month_usage_usd` number, nullable — Current month's usage
  - `budget_utilization_percent` number, nullable — Percentage of budget used (null if no budget)
  - `is_over_budget` boolean — Whether current usage exceeds budget

## Other responses

- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.dev/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/revisions/a86533a8067d/schema)
