---
title: "Delete an item from a conversation with the given IDs."
method: DELETE
path: "/conversations/{conversation_id}/items/{item_id}"
tags: ["Conversations"]
---

# Delete an item from a conversation with the given IDs.

`DELETE /conversations/{conversation_id}/items/{item_id}`

## Path parameters

- `conversation_id` string, required
- `item_id` string, required

## Response `200`

OK

- ConversationResource
  - `id` string, required — The unique ID of the conversation.
  - `object` 'conversation', required — The object type, which is always `conversation`.
  - `metadata` unknown, required
  - `created_at` integer, required — The time at which the conversation was created, measured in seconds since the Unix epoch.

## Other responses

- `429` — The request was rejected because a rate limit was exceeded.

## Changes

> 82 revisions in range; 24 could not be searched.

- **2026-05-13** `74cbcf73838f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/conversations/:conversation_id/items/:item_id/delete.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/959ef977e135/schema)
