---
title: "End Cam Session"
method: DELETE
path: "/api/v1/cam/sessions/{sessionId}"
tags: ["Interactive Cam Avatars"]
---

# End Cam Session

`DELETE /api/v1/cam/sessions/{sessionId}`

Manually terminate avatar session. Triggers cleanup and sends logout event to webhook.

## Path parameters

- `sessionId` string, required

## Response `200`

Session ended successfully

- object
  - `message` string
  - `session_id` string

---

[API](https://skmtc.dev/oh/apis/ohapi-documentation.md) · [All operations](https://skmtc.dev/oh/apis/ohapi-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oh/ohapi-documentation/revisions/b623c2e9cb65/schema)
