---
title: "Close Session"
method: POST
path: "/v1/streaming.stop"
tags: ["Streaming"]
---

# Close Session

`POST /v1/streaming.stop`

This endpoint is used to terminate an active streaming session.

## Request body

- object
  - `session_id` string — The ID of the session to be stopped.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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