Delete Subscriber by Email
Delete a subscriber from a list using their email address. This is a silent operation — no email will be sent to the user.
🧹 Delete Subscriber by Email
🔹 HTTP Requests
GET API-URL/lists/LIST-UNIQUE-ID/subscribers/search-by-emailDELETE API-URL/lists/LIST-UNIQUE-ID/subscribers/SUBSCRIBER-UNIQUE-ID🔸 URL Segments
Segment
Required
Description
🔎 GET Parameters
Parameter
Required
Description
🔐 Authorization Header
💻 PHP Example
📦 Sample JSON Response
Last updated