Breakouts

Close all breakouts (return everyone to main)

DELETE
/api/v1/rooms/{roomId}/breakouts

Authorization

tenant-api-key
x-api-key<token>

Tenant API key (backend only — never expose to a browser)

In: header

Path Parameters

roomId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X DELETE "https://example.com/api/v1/rooms/string/breakouts" \  -H "Content-Type: application/json" \  -d '{    "actingExternalUserId": "user_abc123"  }'
Empty