---
title: "Delete an item."
method: DELETE
path: "/store/items"
tags: ["Store"]
---

# Delete an item.

`DELETE /store/items`

## Request body

- StoreDeleteRequest — Request to delete an item.
  - `namespace` string[] — A list of strings representing the namespace path.
  - `key` string, required — The unique identifier for the item.

## Response `204`

Success

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/xpert-ai/apis/agent-protocol.md) · [All operations](https://skmtc.dev/xpert-ai/apis/agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xpert-ai/agent-protocol/revisions/ac9dbe16ea2f/schema)
