---
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

---

[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/6dac6bb49f72/schema)
