v1

latestOpenAPI 3.0.32026-07-26214565.6 KB
Session Management

Close Session

Close an active streaming session

post/api/open/v4/liveAvatar/session/close

Request body

idstring required

Session ID from the _id field returned by Create Session

Response

Session closed successfully

codeinteger required

Interface returns business status code (1000: success)

msgstring required

Interface returns status information

Example response

{
  "code": 1000,
  "msg": "OK"
}