---
title: "Delete Flavor"
method: DELETE
path: "/api/v1/flavors/{flavor_id}"
tags: ["flavors"]
---

# Delete Flavor

`DELETE /api/v1/flavors/{flavor_id}`

Deletes a flavor.

Args:
    flavor_id: ID of the flavor.

## Path parameters

- `flavor_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

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