Return Back to API List

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
API Url Example:
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"
}