Webhooks

Delete webhook configuration

Removes the webhook configuration for the authenticated WUTS device and invalidates the cached configuration. After deletion WUTS stops delivering events to your endpoint.

DELETE
/webhook

Removes the webhook configuration for the authenticated WUTS device and invalidates the cached configuration. After deletion WUTS stops delivering events to your endpoint.

Authorization

bearerAuth
AuthorizationBearer <token>

Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.

In: header

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/webhook"
{  "success": true,  "message": "Webhook configuration deleted successfully"}
{  "success": false,  "error": "validation failed",  "error_code": "VALIDATION_ERROR",  "timestamp": "2026-06-15T12:00:00Z"}
{  "success": false,  "error": "validation failed",  "error_code": "VALIDATION_ERROR",  "timestamp": "2026-06-15T12:00:00Z"}