Proxy

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).

DELETE
/devices/{deviceID}/proxy

Removes the instance's override. The instance is reconnected so it falls back to the tenant-wide proxy (or a direct connection).

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

deviceID*string

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"}