---
title: "Remove the organization's spend budget"
method: DELETE
path: "/organizations/{organizationId}/spend-budget"
tags: ["Catalog"]
---

# Remove the organization's spend budget

`DELETE /organizations/{organizationId}/spend-budget`

Leave the organization uncapped. **Requires organization owner or admin.**

The window's spend counter survives: it is a record of spend, not of the budget, and a budget set again later measures against the spend already made this period.

## Response `200`

The spend budget, now uncapped.

- SpendBudget — An organization's ceiling on MCPJam-billed spend for the current billing window. Amounts appear in both USD and credits (1 credit = 1 cent); the credit figures are what the ledger actually stores.
  - `capUsd` number, nullable, required — The ceiling in USD. `null` means uncapped.
  - `capCredits` integer, nullable, required — The same ceiling as the ledger stores it.
  - `alertPercents` integer[], required — Whole percents of the cap that notify owners and admins. Reaching the cap always notifies, whether or not 100 is listed.
  - `spentUsd` number, required — MCPJam-billed spend so far in this window, in USD.
  - `spentCredits` integer, required — The same spend as the ledger counted it.
  - `windowStartAt` integer, required — Start of the current billing window (epoch ms). Team and enterprise organizations run on their own subscription cycle; everyone else on the UTC month.
  - `windowEndsAt` integer, required — When the window resets and the counter returns to zero (epoch ms).
  - `alertedPercents` integer[], required — Thresholds already announced this window. Each fires once per window.
  - `capReachedAt` integer, nullable, required — When the cap was reached this window, or `null`.
  - `updatedAt` integer, nullable, required — When the budget was last changed (epoch ms).
  - `minCapUsd` number, required — The smallest budget the platform accepts.
  - `maxCapUsd` number, required — The largest budget the platform accepts.
  - `supported` boolean, required — False for a personal organization, which cannot have a budget.

## Other responses

- `401` — Missing, invalid, revoked, or orphaned key (`UNAUTHORIZED`) — or the **target MCP server** needs an OAuth grant (`OAUTH_REQUIRED`), which is a property of the server, not your key.
- `403` — Key is valid but not allowed to do this.
- `404` — Unknown project, server, or resource.
- `429` — Per-key rate limit exceeded (60 requests/minute sustained, bursts up to 10). Honor `Retry-After` and back off with jitter.
- `500` — Something failed on MCPJam's side.

## Changes

- **2026-09-07** `417b6d81e434` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mcpjam/apis/mcpjam-api/changes/organizations/:organizationId/spend-budget/delete.md)

---

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