---
title: "Delete deployment strategy"
method: DELETE
path: "/deployment_strategy/{id}"
tags: ["Deployment strategy"]
---

# Delete deployment strategy

`DELETE /deployment_strategy/{id}`

Deletes a deployment strategy by its ID.

## Path parameters

- `id` string, required

## Response `204`

Deployment strategy deleted successfully

## Other responses

- `400` — Client error responses due to invalid input or missing parameters.
- `500` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
