---
title: "Delete Conversation"
method: DELETE
path: "/api/conversation/{conversation_ext_id}"
tags: ["conversation"]
---

# Delete Conversation

`DELETE /api/conversation/{conversation_ext_id}`

Delete a conversation.
RLS ensures the user can only delete conversations they have access to.
Deleting a conversation will also delete all associated messages due to cascade delete.

## Path parameters

- `conversation_ext_id` string, required

## Response `200`

Successful Response

- ConversationDeleteResponse
  - `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)
