---
title: "Conversations Destroy"
method: DELETE
path: "/agents/conversations/{id}/"
tags: ["agents"]
---

# Conversations Destroy

`DELETE /agents/conversations/{id}/`

Retrieve, update, or delete a single conversation.

GET    /agents/conversations/<pk>/ — conversation + message tree
PATCH  /agents/conversations/<pk>/ — update title
DELETE /agents/conversations/<pk>/ — hard delete (CASCADE removes messages)

GET query params:
    branch_tip (str, optional): Message ID to walk from when
        reconstructing the active branch. If omitted, defaults to
        the most recent message. Messages not on the active branch
        are returned in ``orphaned_messages``.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
