Skip to main content

DELETE /v1/webhooks/:id

curl -X DELETE https://api.boobie.ai/v1/webhooks/wh_abc123 \
  -H "Authorization: Bearer YOUR_BOOBIE_API_KEY"

Response

{
  "id": "wh_abc123",
  "deleted": true
}