---
title: "Restore an Inventory Brand"
method: POST
path: "/inventory/brands/{brandId}/restore"
tags: ["InventoryBrands"]
---

# Restore an Inventory Brand

`POST /inventory/brands/{brandId}/restore`

This endpoint restores an archived (soft-deleted) inventory brand by ID.

## Response `200`

The inventory brand was successfully retrieved

- object
  - `data` InventoryBrand, required
    - `id` string, uuid, required — The ID of the inventory brand.
    - `name` string, required — The name of the inventory brand.
    - `site_id` string, uuid, nullable, required — The ID of the site the inventory brand belongs to.
    - `organisation_id` string, uuid, required — The ID of the organisation the inventory brand belongs to.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

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