---
title: "Delete stored completion by the given stored completion id."
method: DELETE
path: "/chat/completions/{stored-completion-id}"
tags: ["StoredCompletion:"]
---

# Delete stored completion by the given stored completion id.

`DELETE /chat/completions/{stored-completion-id}`

## Path parameters

- `stored-completion-id` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The stored completion was successfully deleted.

- StoredCompletionDelete
  - `object` string, required — If the stored completion was deleted.
  - `id` string — The stored completion id that was deleted.
  - `deleted` boolean — A value indicating whether gets if the stored completion was deleted.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-azureopenai-authoring.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-azureopenai-authoring/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-azureopenai-authoring/revisions/b177dc430e39/schema)
