

# Unsubscribes the callback function from the contact cleared event in Amazon Connect Agent Workspace
<a name="3P-apps-contact-requests-clearedunsubscribing"></a>

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

 **Signature** 

```
        offCleared(handler: ContactClearedHandler, contactId?: string) 
```

 **Usage** 

```
 contactClient.offCleared(handler);
```