---
title: "Stop call"
method: POST
path: "/api/v4/voice/calls/{call_id}/hangup"
tags: ["Voice"]
---

# Stop call

`POST /api/v4/voice/calls/{call_id}/hangup`

End calls for agents from external systems.

## Path parameters

- `call_id` string, uuid, required

## Request body

- object
  - `user_id` integer, required — Agent ID in the contact center.

## Response `200`

OK

- object
  - `call` object, required
    - `id` string, uuid, required — ID assigned to the initiated call.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/voiso/apis/voiso-api.md) · [All operations](https://skmtc.net/voiso/apis/voiso-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voiso/voiso-api/revisions/3d34cfd8f064/schema)
