Hanzo AI
OpenapiCommerce

Delete entries

Deletes the row. ARCHIVING is usually what is wanted instead — a deleted rate cannot price a historical charge, so a past invoice that has to re-resolve…

DELETE /v1/commerce/rates/entries/{product}/{meter}

Addresshttps://api.hanzo.ai/v1/commerce/rates/entries/{product}/{meter}
MethodDELETE
Operationdelete_commerce_rates_entries_by_product_by_meter
AuthAuthorization: Bearer $HANZO_API_KEY

Deletes the row. ARCHIVING is usually what is wanted instead — a deleted rate cannot price a historical charge, so a past invoice that has to re-resolve its rate finds nothing to read. Reach for status=archived unless the rate never priced anything. SuperAdmin only.

Request

2 fields.

FieldInTypeRequiredDescription
productpathstringyes
meterpathstringyes

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 commerce rates entries product rm <product> <meter>

Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page