Hanzo
OpenapiCommerce

Delete a subscriber, keeping a recoverable copy

A subscriber is a mailing-list member — name, email, the form id that captured them, unsubscribed state and date, client details, tags and metadata.

DELETE /v1/commerce/subscriber/{subscriberid}

Addresshttps://api.hanzo.ai/v1/commerce/subscriber/{subscriberid}
MethodDELETE
Operationdelete_commerce_subscriber_by_subscriberid
AuthAuthorization: Bearer $HANZO_API_KEY

A subscriber is a mailing-list member — name, email, the form id that captured them, unsubscribed state and date, client details, tags and metadata. Writing one FIRES A WEBHOOK: subscriber.created on create and subscriber.updated on replace or patch, emitted BEFORE the write is known to have succeeded and carrying the row as sent, so the payload holds the raw email rather than the normalized one that gets stored. Removes the addressed row and answers 204 with no body. Before the live row goes it is written once more under a deleted tombstone kind, so a deletion leaves a recoverable copy rather than destroying the record outright — and a tombstone that cannot be written fails the call with 500 before anything is removed. The id is resolved inside the caller org's own namespace, so an absent or foreign id is 404. Any valid access token reaches it. The token must also carry Admin or WriteSubscriber.

Request

1 field.

FieldInTypeRequiredDescription
subscriberidpathstringyes

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 subscriber rm <subscriberid>

Commerce API · All Hanzo APIs · Interactive reference

How is this guide?

On this page