---
title: "End a room session."
method: POST
path: "/room_sessions/{room_session_id}/actions/end"
tags: ["Room Sessions"]
---

# End a room session.

`POST /room_sessions/{room_session_id}/actions/end`

Note: this will also kick all participants currently present in the room

## Path parameters

- `room_session_id` string, uuid, required

## Response `200`

Success Action Response

- object
  - `data` object
    - `result` string

## Other responses

- `4XX` — Unexpected error

---

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