deleteemailbyemail

area emailaction deleteemailbyemailPOSTdestructive

Deletes an email address from a list given it's list id and email address

Arguments

id - integer containing the listid
email - string containing the email address

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=deleteemailbyemail
  &id=12345
  &email=test@test.com

The platform expects this call as a POST; the parameters are the same either way.

Response

<response>
  <success>Email Deleted</success>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.