Remove a member from the room

View as Markdown
**Rate limit: Per room** · **Burst:** 100 · **Refill:** 30 req/s Remove a [room member](/api/room-members). This is the canonical leave endpoint. `{uuid}` is the member's session UUID, the same identifier `GET /api/v1/rooms/{room_id}/members` returns. **Triggered webhooks:** `room.member.left` (deferred, emitted when the underlying media operation completes)

Authentication

AuthorizationBearer
Application auth. Send `Authorization: Bearer <app_uuid>:<api_key>`. See [Authentication](https://voice-platform.docs.buildwithfern.com/api/authentication) for details.

Path parameters

room_idstringRequired

Room ID (format {prefix}-room-{uuid}). The UUID portion is lowercase hexadecimal — uppercase hex is rejected with 400.

uuidstringRequired

Session UUID (format {5-char-prefix}-{uuid}).

Response

Leaving room
room_idstring
statusenum

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error