## disconnect()


Disconnect from a remote host.


Usage


``` python
disconnect(connection)
```


## Parameters


`connection: dict`  
The connection dictionary to disconnect.


## Returns


`bool`  
True if disconnected successfully.


## Examples

``` python
>>> disconnect({"host": "localhost", "status": "connected"})
```

True
