Return Back to API List
API Call Information
area: email
action: deletesmtpserver
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletesmtpserver&id=224234
API Call Result:
email - deletesmtpserver
Delete SMTP Server given the id of the server
API Call Information
area: email
action: deletesmtpserver
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | SMTP Server ID |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletesmtpserver&id=224234
API Call Result:
| XML Response | JSON Response |
| <response> <success>SMTP Server deleted</success> </response> |
{
"success": "SMTP Server deleted"
} |