Documentation
Sign inGet started

Delete a webhook endpoint

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