---
title: "Disconnect Call"
method: POST
path: "/v1/dialer/disconnect_call"
---

# Disconnect Call

`POST /v1/dialer/disconnect_call`

## Headers

- `Authorization` string, required

## Request body

- object
  - `call_id` string, required — Call Id of call which has to be disconnected
  - `start_break` boolean — Optional fields to start break after call ends
  - `break_code` string — Break code only mandatory if start_break is true

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config.md) · [All operations](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatatelebusiness/smartflo-base-api-config/revisions/6d23fb7bf7e1/schema)
