Sample - OpenAI API
DELETE/organization/spend_limit

Delete the organization spend limit

Deletes the organization's hard spend limit. Use this operation when you want to remove the organization-level threshold and receive confirmation of whether it was deleted.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 status code
200Returns a deletion confirmation with the `organization.spend_limit.deleted` object type and a `deleted` boolean.
objectstringrequired
The object type, which is always `organization.spend_limit.deleted`.
Allowed:organization.spend_limit.deletedDefault:organization.spend_limit.deleted
deletedbooleanrequired
Whether the hard spend limit was deleted.