---
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 — Unique ID of the call that needs to be hung up.

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