---
title: "Reset Conversation"
method: POST
path: "/demo-homework-helper/{exercise_id}/conversation/reset"
tags: ["Demo Homework Helper"]
---

# Reset Conversation

`POST /demo-homework-helper/{exercise_id}/conversation/reset`

Reset conversation history in session data.

## Path parameters

- `exercise_id` string, required

## Query parameters

- `session_id` string, required — Session ID for demo

## Response `200`

Successful Response

- RoutersDemoHomeworkHelperBasicResponse
  - `status` string, required
  - `message` string, required
  - `data` object, nullable
  - `transcript` string, nullable
  - `url` string, nullable

## Other responses

- `422` — Validation Error

---

[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)
