---
title: "Archive a product"
method: POST
path: "/products/{id}/archive"
tags: ["Products"]
---

# Archive a product

`POST /products/{id}/archive`

Archive one of your products. Once archived, new prices cannot be created for the product.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required
- `sequence-version` '2024-07-30'

## Response `200`

OK

- Stable20240509ProductResponse
  - `id` string, required — Product ID
  - `name` string, required — Name of the Product, this appears within Sequence's dashboard.
  - `label` string — The internal description of the product. This can be used to maintain some explanation or comments regarding the product.
  - `createdAt` string, required — Time at which the Product was first created, in ISO 8601 format (UTC). This is set by the server and cannot be changed. Expect millisecond precision.
  - `updatedAt` string, required — Time at which the Product was last updated, in ISO 8601 format (UTC). Expect millisecond precision.
  - `archivedAt` string — Time at which the Product was archived, in ISO 8601 format (UTC). Expect millisecond precision.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/sequencehq/apis/sequence.md) · [All operations](https://skmtc.net/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequencehq/sequence/versions/cae64b02699f/schema)
