---
title: "DeleteInventoryItemImageBulk"
method: POST
path: "/api/Inventory/DeleteInventoryItemImageBulk"
tags: ["Inventory"]
---

# DeleteInventoryItemImageBulk

`POST /api/Inventory/DeleteInventoryItemImageBulk`

Use this call to delete images from inventory items
<b>Permissions Required: </b> GlobalPermissions.Inventory.Stock.StockWrite.ChangeStockItemDetailsNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- InventoryDeleteInventoryItemImageBulkRequest
  - `request` DeleteInventoryItemImagesRequest[]
    - `InventoryItemId` string, uuid — The id of the item. If not provided, you must provide ItemNumber
    - `ItemNumber` string — The item number (SKU) for the item. If InventoryItemId is provided, this will be ignored.
    - `ImageIds` string[] — A list of images by image ids to delete for the item

## Response `200`

OK

- BatchedAPIResponseDeleteInventoryItemImagesResponse
  - `Results` APIResultResponseDeleteInventoryItemImagesResponse[]
    - `Result` DeleteInventoryItemImagesResponse
      - `InventoryItemId` string, uuid — InventoryItemId/StockItemId
      - `ItemNumber` string — The Item Number (SKU). Only provided if passed in the request
      - `ImageId` string, uuid — Image Id
    - `ResultStatus` 'NOTSET' | 'SUCCESSFUL' | 'PARTIALLY_SUCCESSFUL' | 'FAILED'
    - `Message` string
  - `TotalResults` integer
  - `ResultStatus` 'NOTSET' | 'SUCCESSFUL' | 'PARTIALLY_SUCCESSFUL' | 'FAILED'

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
