---
title: "Distributor - Bulk Remove Item"
method: DELETE
path: "/distributor/bulk_remove_item"
tags: ["distributor"]
---

# Distributor - Bulk Remove Item

`DELETE /distributor/bulk_remove_item`

Remove multiple items from a distributor's catalog in a single request.

## Request body

- object
  - `id` string, required — Supplier ID
  - `item_ids` string[], required — Array of distributor item entry IDs to remove

## Response `200`

Items removed from supplier successfully

- object
  - `success` boolean, required — Whether the operation succeeded

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

## Changes

- **2026-03-02** `fa53dd949b8e` — 2 breaking, 7 info
  - the request property `id` became required
  - the request property `item_ids` became required
  - api operation id `delete_distributor_bulk_remove_item` was added
  - added the media type `application/json` for the response with the status `200`
  - …5 more
- **2025-10-07** `3b410dd1cc4b` — 1 info
  - endpoint added
- **2024-04-19** `46ceda528000` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/skulabs/apis/skulabs-api/changes/distributor/bulk_remove_item/delete.md)

---

[API](https://skmtc.dev/skulabs/apis/skulabs-api.md) · [All operations](https://skmtc.dev/skulabs/apis/skulabs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skulabs/skulabs-api/revisions/4b5ec0ed78a6/schema)
