---
title: "End video call for the connected user"
method: POST
path: "/end-video-call"
---

# End video call for the connected user

`POST /end-video-call`

Manually ends an active video call session for the connected user. This endpoint is typically used by system to forcefully close a session that is still ongoing.

**Parameters:**

-   `companyKey` _(string, required)_ - The company's secret key.
-   `sessionId` _(string, required)_ - The unique identifier of the session.

## Request body

- EndVideoCall
  - `companyKey` string
  - `sessionId` string

## Response `200`

Success

- EndVideoCallResponse

---

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