---
title: "Delete Training Doc"
method: DELETE
path: "/coach/training/{train_doc_uid}"
tags: ["COACH"]
deprecated: true
---

# Delete Training Doc

`DELETE /coach/training/{train_doc_uid}`

> **Deprecated.**

## Path parameters

- `train_doc_uid` string, uuid, required

## Headers

- `x-tenant` string, required

## Response `200`

Training doc deleted successfully

- unknown

## Other responses

- `403` — Access forbidden
- `404` — Training doc not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
