---
title: "Hangup a Call"
method: POST
path: "/v1/call/hangup"
---

# Hangup a Call

`POST /v1/call/hangup`

This API allows you to hangup a call.

## Headers

- `Authorization` string, required

## Request body

- object
  - `call_id` string, required — The unique ID of the call that needs to be hung up. For example, 1627373566.350603. You can fetch the call_id from the live calls API, which retrieves the live call details.

## 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)
