---
title: "Close Session"
method: POST
path: "/api/open/v4/liveAvatar/session/close"
tags: ["Session Management"]
---

# Close Session

`POST /api/open/v4/liveAvatar/session/close`

Close an active streaming session

## Request body

- object
  - `id` string, required — Session ID from the _id field returned by Create Session

## Response `200`

Session closed successfully

- ApiResponse
  - `code` integer, required — Interface returns business status code (1000: success)
  - `msg` string, required — Interface returns status information

---

[API](https://skmtc.dev/akool/apis/face-detection-api.md) · [All operations](https://skmtc.dev/akool/apis/face-detection-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akool/face-detection-api/revisions/ce2ff5679949/schema)
