---
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

- **2025-06-05** `db1e2b747f3c` — 4 breaking
  - added the new required request property `partition`
  - the response property `code_text` became optional for the status `200`
  - the response property `message` became optional for the status `200`
  - removed the required property `details` from the response with the `200` status
- **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/00a535961201/schema)
