Remove webhook

Removes the webhook set for the authenticated account, if any

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

Path Params
string
required

The unique identifier of the webhook

Responses

401

Unauthorized - Invalid or missing authentication credentials

404

Not Found - The requested webhook does not exist

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json