Webhook
Update Webhook Status
Learn how to update Webhook status in Dhesend API.
import Dhesend from 'dhesend';
const dhesend = new Dhesend('dhe_fdd03c4eb1');
dhesend.webhook.updateStatus("a19ae25a-32ef-4f17-b5c8-5c3cf37471b3", "disabled");{
"id": "a19ae25a-32ef-4f17-b5c8-5c3cf37471b3",
"status": "disabled"
}