---
title: "Delete a Recipe"
method: DELETE
path: "/recipes/{owner}/{name}"
tags: ["Recipes"]
---

# Delete a Recipe

`DELETE /recipes/{owner}/{name}`

Delete a recipe (must have `admin` permission)

## Path parameters

- `owner` string, required
- `name` string, required

## Response `204`

Accepted

## Other responses

- `400` — Invalid request
- `403` — Access forbidden
- `422` — Validation Error
- `500` — Server error

---

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