---
title: "Unassign inventory items from a specified service"
method: PATCH
path: "/v1/InventoryItem/UnassignService"
tags: ["InventoryItem"]
---

# Unassign inventory items from a specified service

`PATCH /v1/InventoryItem/UnassignService`

Unassign multiple inventory items from a service

## Request body

- RevAppModelsInventoryItemServiceUnassignModel
  - `identifiers` string[] — The list of identifiers to unassign from a service.
  - `service_id` integer — The primary identifier of the service to unassign from.
  - `status` 'AVAILABLE' | 'UNAVAILABLE' — New status of 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)
