Remove one subscriber from a mailing list.
JSON Request Example:
"json_request" element
| Field Name | Description |
| username | Username used to login to Pinpointe |
| usertoken | Unique token assigned to Pinpointe account |
| requesttype | Subscribers |
| requestmethod | UnsubscribeSubscriber |
"details" element
| Field Name | Description |
| 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 Name | Description |
| status | Will return SUCCESS if email address was successfully unsubscribed |
Unsuccessful Response:
"response" element
| Field Name | Description |
| status | Will return FAILED if unsuccessful |
| errormessage | Text explaining why request failed |