Return Back to API List
API Call Information
area: email
action: deletewhois
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletewhois&id=12345
API Call Result:
email - deletewhois
Deletes a whois/CAN SPAM footer entry given a whois id
API Call Information
area: email
action: deletewhois
API Arguments
| Argument | Data Type | Required | Description |
| id | string | Yes | whois id |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletewhois&id=12345
API Call Result:
| XML Response | JSON Response |
| <response> <success>Footer/Whois Deleted</success> </response> |
{
"success": "Footer/Whois Deleted"
} |