Return Back to API List
API Call Information
area: email
action: deletecustomfromaddress
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletecustomfromaddress&id=22
API Call Result:
email - deletecustomfromaddress
Deletes a custom from address given the id.
API Call Information
area: email
action: deletecustomfromaddress
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | An id of the from address to delete. |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletecustomfromaddress&id=22
API Call Result:
| XML Response | JSON Response |
| <response> <success>Custom From Address Deleted</success> </response> |
{
"success": "Custom From Address Deleted"
} |