Remove Multiple Subscribers (Bulk)
This method unsubscribes multiple users from a list.
URL
https://mail.tribearc.com/api/subscribers/unsubscribe.php?action=bulk
PARAMETERS (POST)
api_key
your API KEY, available in Settings.list_id
the list id you want to unsubscribe a user from. This encrypted & hashed id can be found under View all lists section named IDemails
each email must be seperated with comma (,)[email protected], [email protected]
RESPONSE (Plain text)
Success: true
Error: Invalid api key.
Error: No data passed.
Error: List ID not passed.
Error: Email list not passed.
CLICK TO TRY ON POSTMAN