---
title: "Delete project spend limit"
method: DELETE
path: "/organization/projects/{project_id}/spend_limit"
---

# Delete project spend limit

`DELETE /organization/projects/{project_id}/spend_limit`

Delete a project's hard spend limit.

## Path parameters

- `project_id` string, required

## Response `200`

Hard spend limit deleted successfully.

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

## Other responses

- `400` — The project ID is invalid.
- `403` — The caller does not have permission to perform this operation.
- `404` — The project was not found or does not have a hard spend limit.

## Changes

- **2026-09-25** `d86203de41ae` — 3 info
  - added the non-success response with the status `400`
  - 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/projects/:project_id/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/d86203de41ae?raw)
