---
title: "Reset"
method: POST
path: "/admin/demo-accounts/reset"
tags: ["admin-demo-accounts"]
---

# Reset

`POST /admin/demo-accounts/reset`

## Request body

- ResetRequest
  - `owner` string, nullable
  - `rebase_dates` boolean

## Response `200`

Successful Response

- ResetOut
  - `owner` string, nullable
  - `snapshot_id` string, required
  - `deleted_counts` object, required
  - `restored_counts` object, required
  - `date_shift_days` number, required
  - `reset_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-09** `a5af9b3b34f7` — 2 info
  - added the new optional request property `owner`
  - added the optional property `owner` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/admin/demo-accounts/reset/post.md)

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
