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

GET API-URL/lists/LIST-UNIQUE-ID/subscribers/search-by-email

Step 2: Delete by UID

DELETE API-URL/lists/LIST-UNIQUE-ID/subscribers/SUBSCRIBER-UNIQUE-ID

πŸ”Έ 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