---
title: "Archive questionnaires"
method: POST
path: "/api/questionnaires/archive"
tags: ["Questionnaire"]
---

# Archive questionnaires

`POST /api/questionnaires/archive`

Moves the given questionnaires to the archived list. All-or-nothing: every id must belong to the calling company and must not be a template, otherwise nothing is archived. Archiving is idempotent — re-archiving an already-archived questionnaire succeeds and changes nothing. Any status can be archived. Each answer request attached to an archived questionnaire notifies its answering company.

## Request body

- object
  - `questionnaireIds` string[], required

## Response `204`

No content

## Other responses

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

---

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