| HTTP Method | URL | Requires Auth |
|---|---|---|
DELETE | /api/v1/livechat/units/:id | yes |
{% hint style="info" %}
Permission required: manage-livechat-units
{% endhint %}
| Key | Example Value | Description |
|---|---|---|
id* | oPK7Z735JdTuMZXmQ | The unit ID. |
{% code overflow="wrap" %}
curl --location --request DELETE 'localhost:3000/api/v1/livechat/units/oPK7Z735JdTuMZXmQ' \
--header 'x-Auth-token: jx-CrbeqbxPimsZr1UAhO3NsJdU8yB0MVoXkGOKQ3xL' \
--header 'x-user-id: 6vHSSqdBHdm2R4gfi'{% endcode %}
{
"success": true
}| Version | Description |
|---|---|
4.2.0 |
Added |