Participants

Remove (kick) a participant from the room

DELETE
/api/v1/rooms/{roomId}/participants/{participantId}

Authorization

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

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

In: header

Path Parameters

roomId*string

Room CUID

participantId*string

Participant CUID

Response Body

curl -X DELETE "https://example.com/api/v1/rooms/string/participants/string"
Empty