---
title: "Delete organization spend limit"
method: DELETE
path: "/organization/spend_limit"
---

# Delete organization spend limit

`DELETE /organization/spend_limit`

Delete the organization's hard spend limit.

## Response `200`

Hard spend limit deleted successfully.

- OrganizationSpendLimitDeletedResource — Confirmation payload returned after deleting an organization hard spend limit.
  - `object` 'organization.spend_limit.deleted', required — The object type, which is always `organization.spend_limit.deleted`.
  - `deleted` boolean, required — Whether the hard spend limit was deleted.

## Other responses

- `403` — The caller does not have permission to perform this operation.
- `404` — The organization does not have a hard spend limit.

## Changes

- **2026-09-25** `d86203de41ae` — 2 info
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2026-08-05** `ab0c5306e390` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/spend_limit/delete.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/222f167a2327?raw)
