Skip to main content
Delete a registered webhook from your sandbox environment. This will stop all event notifications to that endpoint.

Path Parameters

webhook_id
number
required
The unique identifier of the webhook to delete

Response Format

{
  "success": true,
  "message": "Webhook deleted successfully",
  "webhook_id": 7001
}

Notes

  • Deleted webhooks cannot be recovered
  • Any pending event deliveries to this webhook will be cancelled
  • This action is immediate and cannot be undone