---
title: "Delete User Exercise History"
method: DELETE
path: "/cpge-exercises/{exercise_id}/user-history"
tags: ["cpge_exercises"]
---

# Delete User Exercise History

`DELETE /cpge-exercises/{exercise_id}/user-history`

Delete a specific exercise from the user's history.
This removes all tracking data for this exercise for the current user.

## Path parameters

- `exercise_id` string, required

## Response `200`

Successful Response

- RoutersCpgeExercisesBasicResponse
  - `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)
