---
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/acefone/apis/servetel-base-api-config.md) · [All operations](https://skmtc.net/acefone/apis/servetel-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/acefone/servetel-base-api-config/revisions/ca83a6f08f7f/schema)
