

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

Unsubscribes the callback function from the contact missed event.

 **Signature** 

```
offMissed(handler: ContactMissedHandler, contactId?: string)
```

 **Usage** 

```
contactClient.offMissed(handler);
```