---
title: "Reset course progress"
method: POST
path: "/training/courseprogress/v1/reset"
tags: ["Training"]
---

# Reset course progress

`POST /training/courseprogress/v1/reset`

Resets course progress for one or more users.

## Request body

- S12TrainingCourseprogressV1ResetCourseProgressRequest
  - `courseId` string — The course Id to reset the course progress for
  - `userIds` string[] — The user Ids to reset the course progress for
  - `allUsers` boolean — If true, resets course progress for all users who have started the course

## Response `200`

A successful response.

- S12TrainingCourseprogressV1ResetCourseProgressResponse

## Other responses

- `default` — An unexpected error response.

---

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