Remove a Subscriber

This method unsubscribes a user from a list.

URL
https://mail.tribearc.com/unsubscribe.php


PARAMETERS (POST)

  1. email user's email
  2. list 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. boolean set this to "true" so that you'll get a plain text response


RESPONSE (Plain text)

Success: true

Error: Some fields are missing.

Error: Invalid email address.

Error: Email does not exist.


CLICK TO TRY ON POSTMAN