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

# Delete a response

`DELETE /v1/responses/{response_id}`

Delete a stored response and its persisted conversation chain.

## Path parameters

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

## Response `200`

Deletion confirmation

- ResponseDeleted — Deletion confirmation of a stored response. `object` is the plain "response" the Responses API documents here, not the "<resource>.deleted" form Chat Completions uses for its own confirmation.
  - `id` string, required
  - `object` 'response'
  - `deleted` boolean

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-19** `f66774ddecfc` — 1 info
  - endpoint added
- **2026-08-13** `d47e1d852549` — 1 breaking
  - api path removed without deprecation
- **2026-07-26** `587cbdf607b0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mixedbread/apis/mxbai-omni/changes/v1/responses/:response_id/delete.md)

---

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