---
title: "Remove User From Conversation"
method: DELETE
path: "/api/conversation/{conversation_ext_id}/user"
tags: ["conversation"]
---

# Remove User From Conversation

`DELETE /api/conversation/{conversation_ext_id}/user`

Remove a user from a conversation.

RLS ensures the user can only modify conversations they have access to.

## Path parameters

- `conversation_ext_id` string, required

## Request body

- RemoveUserFromConversationRequest
  - `user_ext_id` string, required

## Response `200`

Successful Response

- RemoveUserFromConversationResponse
  - `detail` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
