Hanzo
OpenapiO11y

Hard-deletes a pricing rule by id.

Hard-deletes a pricing rule by id. If the rule was auto-synced, the next sync cycle recreates it.

DELETE /v1/o11y/llm_pricing_rules/{id}

Addresshttps://api.hanzo.ai/v1/o11y/llm_pricing_rules/{id}
MethodDELETE
OperationDeleteLLMPricingRule
AuthAuthorization: Bearer $HANZO_API_KEY

Hard-deletes a pricing rule by id. If the rule was auto-synced, the next sync cycle recreates it.

Callers need the admin role; the runtime's own gate enforces it.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyes

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y llm_pricing_rules rm <id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page