Remove Member
community-conversations
Remove Member
Remove a member from a group DM conversation (admin-only).
URL uses audience_id (the ConversationAudience row UUID). The router fetches the audience row by ID to resolve contact_id, then delegates to ConversationsService.remove_member(). This is Option A per the spec.
Returns 204 No Content on success. Returns 403 when the caller is not an admin or not a member. Returns 422 when the conversation is a 1:1 DM. Returns 404 when the conversation or audience row does not exist.
DELETE
Remove Member