Call us toll-free @ 888-497-7898

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.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=api&action=deletewebhook

API Response

XML Response

<response>
  <success>Webhook Deleted</success>
</response>

JSON Response

{
    "success": "Webhook Deleted"
}