---
title: "End Call"
method: POST
path: "/video/call/end/{call_id}"
tags: ["video", "video"]
---

# End Call

`POST /video/call/end/{call_id}`

End an active call

🔒 Had auth but no caller/callee check, unlike initiate_call/respond_to_call
in this same file — any logged-in user who knew a call_id could force-end
someone else's call (and trigger its token-finalization side effects).

## Path parameters

- `call_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
