---
title: "DELETE /recipes/{name}/recipeVersion/{recipeVersion}"
method: DELETE
path: "/recipes/{name}/recipeVersion/{recipeVersion}"
---

# DELETE /recipes/{name}/recipeVersion/{recipeVersion}

`DELETE /recipes/{name}/recipeVersion/{recipeVersion}`

Deletes a single version of a DataBrew recipe.

## Path parameters

- `name` string, required
- `recipeVersion` string, required

## Response `200`

Success

- DeleteRecipeVersionResponse
  - `Name` string, required — The name of the recipe that was deleted.
  - `RecipeVersion` string, required — The version of the recipe that was deleted.

## Other responses

- `480` — ConflictException
- `481` — ResourceNotFoundException
- `482` — ValidationException

---

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