> For the complete documentation index, see [llms.txt](https://docs.salework.net/salework-tai-lieu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salework.net/salework-tai-lieu/salework-zalo-open-api/account/dong-phien-chat.md).

# Đóng phiên chat

1. Body

| Name   | Type                                        | Description |
| ------ | ------------------------------------------- | ----------- |
| sevice | account                                     |             |
| method | closeSession                                |             |
| data   | <p>{</p><p>   "accountId:"1234"</p><p>}</p> |             |

| Name   | Type   | Description      |
| ------ | ------ | ---------------- |
| `name` | string | Name of the user |
| `age`  | number | Age of the user  |

2. **Response**

{% tabs %}
{% tab title="200" %}

```json
{
    "status": "success",
    "data": "Close Session success !"
}
```

{% endtab %}
{% endtabs %}
