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
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "message": "OK",
    "code": "200"
}