Return Back to API List
API Call Information
area: email
action: deletedomain
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletedomain&id=1000
API Call Result:
email - deletedomain
This deletes a domain from the account.
API Call Information
area: email
action: deletedomain
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | containing the domain id to delete |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deletedomain&id=1000
API Call Result:
| XML Response | JSON Response |
| <response> <success>Domain Deleted</success> </response> |
{
"success": "Domain Deleted"
} |