Delete a webhook endpoint
DELETE
/v1/webhooks/{webhook_id}
cURL
curl -X DELETE "https://us1.platform.bird.com/v1/webhooks/{webhook_id}" \
-H "Authorization: Bearer $TOKEN"Permanently removes the webhook endpoint and stops all deliveries.
curl -X DELETE "https://us1.platform.bird.com/v1/webhooks/{webhook_id}" \
-H "Authorization: Bearer $TOKEN"