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