Call us toll-free @ 888-497-7898

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 Response

XML Response

<response>
  <status>Processed</status>
</response>

JSON Response

{
    "status": "Processed"
}