---
title: "Delete Finetune"
method: POST
path: "/v1/delete_finetune"
tags: ["Utility"]
---

# Delete Finetune

`POST /v1/delete_finetune`

Delete a finetune_id that was created by the user

## Request body

- DeleteFinetuneInputs
  - `finetune_id` string, required — Name of the LoRA to delete.

## Response `200`

Successful Response

- DeleteFinetuneResponse
  - `status` string, required — Status of the deletion
  - `message` string, required — Message about the deletion
  - `deleted_finetune_id` string, required — ID of the deleted finetune
  - `timestamp` string, required — Timestamp of the deletion

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bfl/apis/bfl-api.md) · [All operations](https://skmtc.net/bfl/apis/bfl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bfl/bfl-api/revisions/a0209bab18e1/schema)
