---
title: "Delete Training Run Route"
method: DELETE
path: "/api/v1/train/{training_run_id}"
tags: ["training"]
---

# Delete Training Run Route

`DELETE /api/v1/train/{training_run_id}`

Delete a terminal training run. Pending or active runs must be cancelled first.

## Path parameters

- `training_run_id` string, required

## Response `200`

Successful Response

- DeleteTrainingRunResponse
  - `training_run_id` string, required — ID of the deleted training run.

---

[API](https://skmtc.dev/trajectory/apis/trajectory-api.md) · [All operations](https://skmtc.dev/trajectory/apis/trajectory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trajectory/trajectory-api/revisions/d930b23b9602/schema)
