---
title: "End Call"
method: POST
path: "/v1/calls/{call_id}/end"
tags: ["calls"]
---

# End Call

`POST /v1/calls/{call_id}/end`

Terminate an ongoing call.

Works for both hosted-mode and webhook-mode calls. The call_ended
webhook from the voice provider updates status/endedAt asynchronously,
so this endpoint returns the current call as soon as the stop request
is accepted upstream.

## Path parameters

- `call_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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