

# Unsubscribe a callback function when an Amazon Connect Agent Workspace contact is connected
<a name="3P-apps-contact-events-connected-unsub"></a>

Unsubscribes the callback function from Connected event in the Amazon Connect agent workspace.

 **Signature** 

```
offConnected(handler: ContactConnectedHandler)
```

 **Usage** 

```
contactClient.offConnected(handler);           
```