---
title: "Unassign an inventory item"
method: PATCH
path: "/v1/InventoryItem/UnassignCustomer"
tags: ["InventoryItem"]
---

# Unassign an inventory item

`PATCH /v1/InventoryItem/UnassignCustomer`

Unassigns the specified inventory item from a customer

## Request body

- RevAppModelsInventoryItemCustomerUnassignModel
  - `id` integer — The primary identifier to unassign from a customer.
  - `status` 'AVAILABLE' | 'UNAVAILABLE' — New status of the inventory item
  - `note` string — Note to attach to the inventory item.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
