← Back to API Reference

DELETE /webhooks/{webhook_id}

Delete Webhook

Delete a configured webhook endpoint.

Request (cURL)

curl -X DELETE "http://localhost:8080/v1/webhooks/wh_123" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{}