Return Back to API List
API Call Information
area: api
action: deletewebhook
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=api&action=deletewebhook
API Call Result:
api - deletewebhook
Delete a webhook
API Call Information
area: api
action: deletewebhook
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | ID of the webhook to be deleted |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=api&action=deletewebhook
API Call Result:
| XML Response | JSON Response |
| <response> <success>Webhook Deleted</success> </response> |
{
"success": "Webhook Deleted"
} |