Unsubscribe one subscriber from a mailing list. 


Note:  This API call can also be found under the requesttype of "Lists".


XML Request Example:    

<?xml version="1.0" encoding="UTF-8"?>
<xmlrequest>
   <username>JohnDoe</username>
   <usertoken>abc123abc123abc123abc123</usertoken>
   <requesttype>Subscribers</requesttype>
   <requestmethod>UnsubscribeSubscriber</requestmethod>
   <details>
      <email>john.doe@pinpointe.com</email>  <!-- required -->
      <list>123456</list>  <!-- required -->
   </details>
</xmlrequest>

 <xmlrequest> element


Field NameDescription
usernameUsername used to login to Pinpointe
usertokenUnique token assigned to Pinpointe account
requesttypeSubscribers
requestmethodUnsubscribeSubscriber


<details> element


Field NameDescription
email
(Required)
Address of contact to be unsubscribed
list
(Required)
Remove contact from the mailing list with this ID number


Successful Response:


<response> element


Field NameDescription
statusWill return SUCCESS if user was successfully unsubscribed


Unsuccessful Response:


<response> element


Field NameDescription
statusWill return FAILED if call unsuccessful OR contact is not in the specified list
errormessageText explaining why request failed