Call us toll free @ 888-497-7898

sms - unsubscribemobile

Unsubscribe a single mobile number


API Call Information
area: sms
action: unsubscribemobile

API Arguments
Argument Data Type Required Description
mobile integer Yes phone number to unsubscribe
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=sms&action=unsubscribemobile

API Result:
XML Response JSON Response
<response>
  <status>Processed</status>
</response>
{
    "status": "Processed"
}