---
title: "Delete a response and its conversation chain"
method: DELETE
path: "/v1/responses/{response_id}"
tags: ["responses"]
---

# Delete a response and its conversation chain

`DELETE /v1/responses/{response_id}`

Delete a stored response together with its entire conversation chain.

Every response connected through previous_response_id (earlier and later
turns, including branches) is deleted; a conversation is removed as a unit.

## Path parameters

- `response_id` string, required — ID of the response

## Response `200`

Deletion confirmation

- ResponseDeleted
  - `id` string, required
  - `object` 'response.deleted'
  - `deleted` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/revisions/2eece97b5ae5/schema)
