---
title: "Resubmit any questionnaires that are in a submittable state"
method: POST
path: "/questionnaires/resubmit-failed"
tags: ["Submissions"]
---

# Resubmit any questionnaires that are in a submittable state

`POST /questionnaires/resubmit-failed`

Resubmits any questionnaires that are in a submittable state. Only available to admin users.

## Response `200`

Success

## Other responses

- `401` — Access token is missing or invalid
- `403` — The JWT doesn't permit access to this endpoint

## Changes

- **2025-05-28** `a8dbae4c4b03` — 5 breaking
  - the response's body type changed from `array` to no type for status `200`
  - the response's body type changed from `object` to no type for status `401`
  - the response's body type changed from `object` to no type for status `403`
  - removed the required property `errors` from the response with the `401` status
  - …1 more

[Change history](https://skmtc.dev/ministryofjustice/apis/data-capture-service-admin-api/changes/questionnaires/resubmit-failed/post.md)

---

[API](https://skmtc.dev/ministryofjustice/apis/data-capture-service-admin-api.md) · [All operations](https://skmtc.dev/ministryofjustice/apis/data-capture-service-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ministryofjustice/data-capture-service-admin-api/revisions/24ea7b727f0e/schema)
