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.
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 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"}Configure webhook POST
Creates or updates the webhook configuration for the authenticated WUTS device. WUTS delivers the selected events to your endpoint and invalidates the cached configuration so the new settings take effect immediately.
List available webhook events GET
Returns the full list of event types that WUTS can deliver to a webhook, covering message, device, connection, contact, chat, group, call, authentication, privacy, settings, label, newsletter, and sync events.