---
title: "Clear the team spend cap"
method: DELETE
path: "/billing/team/{team_id}/spend-limits"
tags: ["billing"]
---

# Clear the team spend cap

`DELETE /billing/team/{team_id}/spend-limits`

Remove the team-wide spend cap. Idempotent. Requires MANAGE_BILLING.

Args:
    team_id: Billed team.
    auth: Caller.

Returns:
    Unset response.

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- SpendLimitResponse — Live spend-limit config at one identity. Unset when configured is false.
  - `configured` boolean, required
  - `scope` 'team' | 'project', required
  - `team_id` string, required
  - `project_id` string, nullable
  - `window_kind` 'daily' | 'monthly', nullable
  - `cap_usd` string, nullable
  - `set_by` string, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-24** `1cffaad2a921` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/billing/team/:team_id/spend-limits/delete.md)

---

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