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)

  1. api_key your API KEY, available in Settings.
  2. 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 ID
  3. emails 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