Hanzo
OpenapiCommerce

Remove a rate outright

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/{slug}

Addresshttps://api.hanzo.ai/v1/commerce/rates/entries/{slug}
MethodDELETE
Operationdelete_commerce_rates_entries_by_slug
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

1 field.

FieldInTypeRequiredDescription
slugpathstringyes

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 has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page