---
title: "Remove the specified recipe deployment."
method: DELETE
path: "/recipe-deployments/{recipe_deployment_id}"
tags: ["recipe deployments"]
---

# Remove the specified recipe deployment.

`DELETE /recipe-deployments/{recipe_deployment_id}`

You have to be a member with appropriate permission to access this resource.
 - `workspaces.flow.edit` permission in the `workspace` scope allows to delete deployment from workspace
 - `global.recipe_deployment.delete` permission in the `tenant` scope allows to delete all
recipe deployments in the user tenant
 - `global.recipe_deployment.delete` permission in the `global` scope allows to delete all
recipe deployments in all tenants

## Path parameters

- `recipe_deployment_id` string, required

## Response `204`

No Content

- object

## Other responses

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

---

[API](https://skmtc.net/elastic/apis/elastic-io-rest-api-documentation-v2.md) · [All operations](https://skmtc.net/elastic/apis/elastic-io-rest-api-documentation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/elastic-io-rest-api-documentation-v2/revisions/411f9f98c01e/schema)
