---
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
  - `partition` integer, required — The partition number these ids belong to
  - `ids` string[], required

## Response `200`

- Reply
  - `code` integer, required — Response status code
  - `code_text` string — Human readable status message
  - `message` string — Additional details about the response

## Changes

- **2026-07-17** `b67c2fa641f7` — 1 info
  - endpoint added
- **2024-09-15** `ba3240950bb2` — 1 breaking
  - api path removed without deprecation

[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/b67c2fa641f7/schema)
