Call us toll free @
888-497-7898
Demo
About
Contact
Login
Home
Pricing
Why Hypermail?
Email Verification
FAQ
SmartRelay
API & SMTP
Whitelabel
Call us toll free @
888.497.7898
Home
Pricing
Why use HyperMail
Email Verification
SmartRelay
API/SMTP API
Reseller/Whitelabel
Sign Up
About
Contact
Login
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.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=api&action=deletewebhook
API Result:
XML Response
JSON Response
<response>
<success>Webhook Deleted</success>
</response>
{ "success": "Webhook Deleted" }