How to delete a webhook

Learn how to delete a webhook to stop receiving event notifications from Toky

๐Ÿ“˜

API Endpoint used

/webhooks

To delete a registered webhook in Toky you can use our reference page and follow these steps:

1080
  1. Enter the ID for the webhook you want to delete. You can get a list of registered webhooks using this article
  2. Enter your API Key. You can learn how to get yours in this article
  3. Click on the Try It button to delete the webhook.

You will get a response with the following JSON data:

{
"id": "3",
"created_at": "2017-07-11 19:24:33",
"hook_url": "https://your.webhook.url/events",
"event": "new_call",
"status": "deleted"
}