Call us toll-free @ 888-497-7898

API Call Information

area: listverify

action: deletelist

API Arguments

Argument Data Type Required Description
id integer Yes id of the list to delete.

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=listverify&action=deletelist&id=24234

API Response

XML Response

<response>
  <success>List Deleted</success>
</response>

JSON Response

{
    "success": "List Deleted"
}