Return Back to API List
API Call Information
area: email
action: deleteimage
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deleteimage&id=12345
API Call Result:
email - deleteimage
Deletes an image given an image id
API Call Information
area: email
action: deleteimage
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | image id |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=deleteimage&id=12345
API Call Result:
| XML Response | JSON Response |
| <response> <success>Image Deleted</success> </response> |
{
"success": "Image Deleted"
} |