delete
https://api.neutron.me/api/v2/webhook/
Removes the webhook set for the authenticated account, if any
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Delete a registered webhook. After removal, Neutron will stop sending event notifications to your callback URL.
Example Request
curl -X DELETE https://api.neutron.me/api/v2/webhook/01e2a3dc-0c34-4e14-92e4-b270c4778d95 \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"No request body is needed — just the webhook ID in the URL.
When to Remove
- Decommissioning an endpoint — remove the webhook to stop events
- Replacing — you can also just create a new webhook which replaces the existing one
- Debugging — temporarily remove during development, re-create when ready
Important
- Removal is immediate — any in-flight events may still arrive at your old callback URL
- If you want to change the URL or secret instead of removing, use Update Webhook
- After removal, transaction state changes will not be pushed to your server — you'll need to poll for status updates
Related
- Create Webhook — Register a new webhook
- List Webhooks — Check current webhooks
- Webhook Guide — Complete setup guide
401Unauthorized - Invalid or missing authentication credentials
404Not Found - The requested webhook does not exist
