Remove a member from the room
**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)
See [Room lifecycle, member, and playback events](/api/rooms#lifecycle-member-and-playback-events) for complete payload schemas and examples.
Authentication
AuthorizationBearer
Application auth. Send `Authorization: Bearer <app_uuid>:<api_key>` using any active key in the app's collection. See [Authentication](https://voice-platform.docs.buildwithfern.com/api/authentication) for details.
Response
Leaving room
room_id
status
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error