Return Back to API List
API Call Information
area: email
action: deletecustomdomain
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletecustomdomain&id=22
API Call Result:
email - deletecustomdomain
Deletes a custom domain used for sending on behalf. Also deletes any custom from addresses that have been setup using that domain
API Call Information
area: email
action: deletecustomdomain
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | The custom domain id to delete |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletecustomdomain&id=22
API Call Result:
| XML Response | JSON Response |
| <response> <success>Custom From Domain Deleted</success> </response> |
{
"success": "Custom From Domain Deleted"
} |