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
Search for the subscriber by email within the list, then delete using their unique ID.
๐น HTTP Requests
Step 1: Search by email
Step 2: Delete by UID
๐ธ URL Segments
Segment
Required
Description
LIST-UNIQUE-ID
Yes
List unique ID to which the subscriber belongs.
SUBSCRIBER-UNIQUE-ID
Yes
Subscriber unique ID to delete.
๐ GET Parameters
Parameter
Required
Description
email
Yes
Subscriber email to retrieve UID
๐ Authorization Header
๐ป PHP Example
๐ฆ Sample JSON Response
Last updated