.endChat()
This API can be used to end the specified chat if it is in an open state.
Parameters:
| Name | Description |
| chatID | Unique ID of the chat |
Syntax:
CopiedZohoSalesIQ.endChat(chatID: string);Example
CopiedZohoSalesIQ.endChat("1001");
This API can be used to end the specified chat if it is in an open state.
| Name | Description |
| chatID | Unique ID of the chat |
CopiedZohoSalesIQ.endChat(chatID: string);CopiedZohoSalesIQ.endChat("1001");