Hanzo
OpenapiBilling

Remove one spend cap

Deletes a budget the caller's org owns and answers 204.

DELETE /v1/billing/alerts/{id}

Addresshttps://api.hanzo.ai/v1/billing/alerts/{id}
MethodDELETE
Operationdelete_billing_alerts_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Deletes a budget the caller's org owns and answers 204.

Removing a cap REMOVES A CEILING, so it takes the same bar as setting one: a validated org admin, the platform SuperAdmin, or the trusted in-process service token. A member who could delete the org's cap would have unbounded spend.

A cap this org does not own is NOT FOUND rather than refused — the same answer whether the id is unknown or belongs to another customer — so an id cannot be probed for existence by trying to delete it.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo billing alerts rm <id>

Billing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page