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

# Delete a model response

`DELETE /responses/{response_id}`

Deletes a model response with the given ID.

## Path parameters

- `response_id` string, required

## Response `200`

OK

## Other responses

- `404` — Not Found

---

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