If you no longer need a webhook subscription and wish to stop receiving notifications, you can delete the subscription from DailyBot.
Endpoint: DELETE /webhook-subscription/
Query String Parameters:
-
hook_id
(required): [String] The ID of the webhook that will be deleted. -
hook_url
(required): [String] The endpoint URL that was receiving events.
-
Access the Webhook Subscription Deletion Endpoint: Utilize the
DELETE
method onwebhook-subscription/
. -
Provide Essential Information:
-
hook_id
: Specify the ID of the webhook you want to delete. -
hook_url
: Enter the endpoint URL associated with the webhook.
-
-
Submit the Request: Send the configured request to delete the specified webhook subscription.
By following these steps, you'll successfully remove the webhook subscription from DailyBot, and you will no longer receive notifications at the provided endpoint. If you encounter any issues or have further questions, please feel free to reach out to our support team at support@dailybot.com.
Comments
0 comments
Article is closed for comments.