---
title: "Remove item barcode from item location parameters."
method: DELETE
path: "/v1/WMSItemLocationParams/{locationId}/{wmsLocationId}/barcodes"
tags: ["WMSItemLocationParams"]
---

# Remove item barcode from item location parameters.

`DELETE /v1/WMSItemLocationParams/{locationId}/{wmsLocationId}/barcodes`

## Path parameters

- `locationId` integer, required
- `wmsLocationId` string, required

## Query parameters

- `barcode` string
- `Account` unknown

## Response `200`

Success

- ItemLocationParamsResponse[]
  - `id` integer
  - `itemId` integer
  - `itemCode` string, nullable
  - `itemName` string, nullable
  - `inventDimId` integer
  - `locationId` integer
  - `locationName` string, nullable
  - `wmsLocationId` string, nullable
  - `wmsAreaType` integer, nullable
  - `bufferLevel` number, double
  - `minOrderQty` number, double
  - `orderUnitId` string, nullable
  - `minSalesQty` number, double
  - `salesUnitId` string, nullable
  - `dlvIntervalDays` integer
  - `dlvDurationDays` integer
  - `vendorAccountId` integer, nullable
  - `vendorAccountName` string, nullable
  - `vendorAccountCode` string, nullable
  - `serviceLevel` 70 | 95 | 99 | 100
  - `barcodes` ItemLocationBarcodeResponse[], nullable
    - `barcode` string, nullable
    - `unitId` string, nullable
    - `weight` number, double
    - `weightType` 0 | 1
    - `isWeightAdjusted` boolean
  - `deL_Alternatives` string[], nullable
  - `imageUrl` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-08-27** `61263b2302a0` — 1 info
  - added the optional property `items/imageUrl` to the response with the `200` status

[Change history](https://skmtc.dev/invendor/apis/io-commonapi/changes/v1/WMSItemLocationParams/:locationId/:wmsLocationId/barcodes/delete.md)

---

[API](https://skmtc.dev/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.dev/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/61263b2302a0/schema)
