This api allows you to unsubscribe an email address by adding it to the account's unsubscribe list.
| Argument | Data Type | Required | Description |
| string | Yes | the full email address to unsubscribe. |
| XML Response | JSON Response |
| <response> <status>Processed</status> </response> |
{
"status": "Processed"
} |