End a room session.
POST/room_sessions/:room_session_id/actions/end
Note: this will also kick all participants currently present in the room
Request
Path Parameters
room_session_id uuidrequired
The unique identifier of a room session.
Responses
200: Success Action Response
- application/json
Request samples
curl -L -X POST 'https://api.telnyx.com/v2/room_sessions/:room_session_id/actions/end' \
-H 'Accept: application/json'
Response samples
{
"data": {
"result": "ok"
}
}