---
title: "Delete a stored chat completion. Only Chat Completions that have been
created with the `store` parameter set to `true` can be deleted."
method: DELETE
path: "/chat/completions/{completion_id}"
tags: ["Chat"]
---

# Delete a stored chat completion. Only Chat Completions that have been
created with the `store` parameter set to `true` can be deleted.

`DELETE /chat/completions/{completion_id}`

## Path parameters

- `completion_id` string, required

## Response `200`

The chat completion was deleted successfully.

- ChatCompletionDeleted
  - `object` 'chat.completion.deleted', required — The type of object being deleted.
  - `id` string, required — The ID of the chat completion that was deleted.
  - `deleted` boolean, required — Whether the chat completion was deleted.

---

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