---
title: "Close the questionnaire"
method: POST
path: "/api/admin/onboarding-questionnaires/{questionnaire_id}/close"
tags: ["Onboarding Questionnaire - Admin"]
---

# Close the questionnaire

`POST /api/admin/onboarding-questionnaires/{questionnaire_id}/close`

Finish with a questionnaire: frees the company's slot and kills the link.

Closing does NOT require every section to be applied. In stage 1 no section
CAN be applied (there is no apply layer yet), so demanding terminal sections
would leave `cancel` as the only exit and a company could never be issued a
second questionnaire. The outcome records which case this was.

## Path parameters

- `questionnaire_id` integer, required

## Headers

- `x-api-token` string, nullable

## Request body

- NoteRequest
  - `note` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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