---
title: "PUT /api/claims/{id}/to-archive"
method: PUT
path: "/api/claims/{id}/to-archive"
tags: ["Claims"]
---

# PUT /api/claims/{id}/to-archive

`PUT /api/claims/{id}/to-archive`

Archives a claim. The claim must belong to the caller's own company.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `companyId` string, required
    - `standardId` string, required
    - `status` string, required
    - `name` string, nullable
    - `description` string, nullable
    - `type` string, nullable
    - `explanation` string, nullable
    - `expirationDate` union, required
      - string
      - string
    - `issueDate` union, required
      - string
      - string
    - `issuedBy` string, nullable
    - `fileId` string, nullable
    - `fileUrl` string, nullable
    - `fileType` string, nullable
    - `fileContentType` string, nullable
    - `documentNumber` string, nullable
    - `licenseNumber` string, nullable
    - `livingWage` string, nullable
    - `minimumWage` string, nullable
    - `featuredImageFileId` string, nullable
    - `title` string, nullable
    - `logoFileUrl` string, nullable
    - `isRemoved` union
      - number
      - boolean
    - `isArchived` union
      - number
      - boolean
    - `isValidWithLatestRules` union
      - number
      - boolean
    - `certificateDependencies` object, nullable
      - `products` string[]
    - `translations` object, nullable
    - `providerName` string, nullable
    - `companyName` string, nullable
    - `companyOfficialName` string, nullable
    - `createdAt` union
      - string
      - string, date-time
    - `updatedAt` union
      - string
      - string, date-time
    - `createdByUserId` string, nullable
    - `createdByCompanyId` string, nullable
    - `updatedByUserId` string, nullable
    - `updatedByCompanyId` string, nullable
    - `createdByUserName` string, nullable
    - `createdByUserEmail` string, nullable
    - `createdByCompanyName` string, nullable
    - `updatedByUserName` string, nullable
    - `updatedByCompanyName` string, nullable

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 36 breaking, 41 info
  - the response property `data/certificateDependencies` became nullable for the status `200`
  - the response property `data/companyName` became nullable for the status `200`
  - the response property `data/companyOfficialName` became nullable for the status `200`
  - the response property `data/createdAt` became nullable for the status `200`
  - …73 more
- **2026-08-27** `3584bd98d3a4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/claims/:id/to-archive/put.md)

---

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