/api/v1/webhooks/:id webhooks:manageRemoves a registered webhook. Pending deliveries to it are dropped.
DELETE /api/v1/webhooks/0 write These inputs are shared across all docs pages — an id entered here carries over.
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 -X DELETE 'https://staging-service.rip.fun/api/v1/webhooks/0' \ -H 'X-API-Key: rip_v1_…'
| Status | Code | When |
|---|---|---|
| 404 | not_found | unknown webhook id |
See Errors for the response envelope and the full code list.