listWebhookDel(string apikey, string id, string url)
Delete an existing Webhook URL from a given list
| Section | List Related |
|---|
| Parameters | |
|---|---|
| apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| id | the list id to connect to. Get by calling lists() |
| url | the URL of a Webhook on this list |
| Returns | |
|---|---|
| boolean | true if the call succeeds, otherwise an exception will be thrown |