Remove the tenant-wide proxy
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).
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).
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
curl -X DELETE "https://example.com/proxy"{ "success": true, "scope": "tenant", "deleted": true, "reconnecting_devices": 3}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}Remove an instance proxy override DELETE
Removes the instance's override. The instance is reconnected so it falls back to the tenant-wide proxy (or a direct connection).
Get an instance's proxy GET
Returns the instance's own override (if any) and the proxy it effectively dials through, resolved as device override > tenant-wide > none.