---
title: "Archive a product"
method: PATCH
path: "/api/products/{id}/archive"
tags: ["Catalog"]
---

# Archive a product

`PATCH /api/products/{id}/archive`

Soft-archives the product (active=false). Never hard-deletes.

## Path parameters

- `id` string, required

## Response `200`

- object

---

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