Participants

Deny a participant waiting in the waiting room

POST
/api/v1/rooms/{roomId}/participants/{participantId}/reject

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 POST "https://example.com/api/v1/rooms/string/participants/string/reject"
Empty