---
title: "Remove companies from a questionnaire"
method: DELETE
path: "/api/questionnaires/{id}/requests"
tags: ["Questionnaire request"]
---

# Remove companies from a questionnaire

`DELETE /api/questionnaires/{id}/requests`

Removes the given answer requests from the questionnaire, which must belong to the calling company. All-or-nothing: every request must belong to this questionnaire and must have been created by the calling company, otherwise nothing is removed. The companies' submitted answers are deleted permanently; the requests themselves are flagged as removed and stop counting towards the questionnaire's progress. Removing an already-removed request succeeds without further effect.

## Path parameters

- `id` string, required

## Request body

- object
  - `requestIds` 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)
