Call Active Disconnect
Disconnect one live call immediately.
* Authentication required.
* Params:
* `"id"` are **required**.
* No **optional** params.
* Notice:
* `"id"` as ***Integer***, it is represent current live call ID.
## CURL Example:
curl -X POST https://oim.pasifiktelekom.com.tr/en/api/tel/live/disconnect/ \
-H 'Content-Type:application/json' -H 'accept:application/json' -H 'Authorization:XXXXXXXXXXXXXXXXXXXX' \
-d '{"id": 123456}'
GET /en/api/tel/live/disconnect/?format=api
{
"code": "200",
"message": "OK"
}