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