Remove an instance proxy override
Removes the instance's override. The instance is reconnected so it falls back to the tenant-wide proxy (or a direct connection).
Removes the instance's override. The instance is reconnected so it falls back to the tenant-wide proxy (or a direct connection).
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Path Parameters
Instance (device) identifier.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/devices/ad14fdc2-b86a-42be-ba69-1107f0ac2244/proxy"{ "success": true, "scope": "device", "device_id": "ad14fdc2-b86a-42be-ba69-1107f0ac2244", "deleted": true, "reconnect": "connected"}{ "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"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}Health check GET
Returns the overall health of the WUTS gateway, including process uptime, version, and live connectivity status for the NATS message bus and the Dragonfly cache. Used by load balancers and uptime monitors; requires no authentication.
Remove the tenant-wide proxy DELETE
Removes the tenant-wide proxy. The tenant's online instances are reconnected in the background so they fall back to a direct connection (or their own per-instance override, if any).