Skip to main content

Endpoint

DELETE /v3/webhooks/:id

Example

curl -X DELETE https://api.polynode.dev/v3/webhooks/wh_451e06ca0534 \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

{
  "deleted": true
}