---
title: "Delete a stored chat completion"
method: DELETE
path: "/v1/chat/completions/{completion_id}"
tags: ["Chat"]
---

# Delete a stored chat completion

`DELETE /v1/chat/completions/{completion_id}`

Deletes a chat completion by ID, cleaning up all associated resources.

## Path parameters

- `completion_id` string, required

## Response `200`

The chat completion was deleted successfully

- ChatCompletionDeleted — Represents the deletion confirmation of a chat completion.
  - `id` string, required — The ID of the deleted chat completion.
  - `object` 'chat.completion.deleted', required — The object type, which is always "chat.completion.deleted".
  - `deleted` boolean, required — Whether the chat completion was successfully deleted.

## Other responses

- `404` — The chat completion with the specified ID was not found

---

[API](https://skmtc.net/qualcomm/apis/llm-vlm-genai-microservice-apis.md) · [All operations](https://skmtc.net/qualcomm/apis/llm-vlm-genai-microservice-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qualcomm/llm-vlm-genai-microservice-apis/revisions/8557fe985a5e/schema)
