Hanzo
OpenapiMarketing

Re-subscribes an address on one channel and answers 204.

Re-subscribes an address on one channel and answers 204.

DELETE /v1/marketing/suppressions

Addresshttps://api.hanzo.ai/v1/marketing/suppressions
MethodDELETE
Operationdelete_marketing_suppressions
AuthAuthorization: Bearer $HANZO_API_KEY

Re-subscribes an address on one channel and answers 204. An address that is not on the list reads as not found.

Request

4 fields.

FieldInTypeRequiredDescription
channelquerystringChannel is the surface opted out of: email, sms, social, meta, google or tiktok.
addressquerystringAddress is the recipient, normalized (lower-cased, trimmed) so an opt-out cannot be slipped past on a case or whitespace difference.
reasonquerystringReason is a free-text note, capped at 1024 bytes.
createdAtqueryintegerCreatedAt is unix seconds, server-assigned.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo marketing suppressions clear

Marketing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page