Delete webhook

DELETE /api/v1/webhooks/:id webhooks:manage

Removes a registered webhook. Pending deliveries to it are dropped.

Try it DELETE /api/v1/webhooks/0 write

These inputs are shared across all docs pages — an id entered here carries over.

response

Not run yet — press Run to make a live call against https://staging-service.rip.fun (through this demo's server-side proxy; the API key never reaches the browser).

curl (tracks the inputs above)
curl -X DELETE 'https://staging-service.rip.fun/api/v1/webhooks/0' \
  -H 'X-API-Key: rip_v1_…'

Errors

StatusCodeWhen
404not_foundunknown webhook id

See Errors for the response envelope and the full code list.