---
title: "Delete items from a partition"
method: POST
path: "/v1/storage/items.delete"
tags: ["Querator V1"]
---

# Delete items from a partition

`POST /v1/storage/items.delete`

## Request body

- StorageItemsDeleteRequest
  - `queue_name` string, required
  - `ids` string[], required

## Response `200`

- Reply
  - `code` integer, required
  - `code_text` string, required
  - `message` string, required
  - `details` object, required
    - `key` string, required

## Changes

- **2024-09-16** `22a36c374092` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kapetan-io/apis/querator-api/changes/v1/storage/items.delete/post.md)

---

[API](https://skmtc.dev/kapetan-io/apis/querator-api.md) · [All operations](https://skmtc.dev/kapetan-io/apis/querator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kapetan-io/querator-api/revisions/36fb0df413ee/schema)
