---
title: "Delete a training frame"
method: DELETE
path: "/v1/training/frames/{id}"
tags: ["Training"]
---

# Delete a training frame

`DELETE /v1/training/frames/{id}`

Delete a training frame from the database and storage

## Path parameters

- `id` string, required

## Response `200`

Frame deleted successfully

- object — Frame deleted successfully
  - `success` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
