Hanzo AI
OpenapiBilling

Delete alerts

Removes one of the caller's spend caps and answers 204. Removing a cap RAISES what the org may spend, so it takes the same authority setting one does.

DELETE /v1/billing/alerts/{id}

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

Removes one of the caller's spend caps and answers 204.

Removing a cap RAISES what the org may spend, so it takes the same authority setting one does. The caps that remain still bind: this drops one, never the whole policy.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the cap to remove, from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo billing alerts rm <id>

Billing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page