Return Back to API List
API Call Information
area: email
action: deleteprofile
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deleteprofile&id=1000
API Call Result:
email - deleteprofile
Deletes a sending profile given its id from the account
API Call Information
area: email
action: deleteprofile
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | containing the profile id to be deleted |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deleteprofile&id=1000
API Call Result:
| XML Response | JSON Response |
| <response> <success>Profile Deleted</success> </response> |
{
"success": "Profile Deleted"
} |