---
id: deployment-strategy-delete
title: "Delete deployment strategy"
description: "Deletes a deployment strategy by its ID."
sidebar_label: "Delete deployment strategy"
hide_title: true
hide_table_of_contents: true
api: eJzdVlFv20YM/isEn1pAs902edFb1mRYhj0ErYs9JEFA62jr2tOdekdl8Qz994InObZjD90etgHzw1k68ciPH8kjN2g4VdG2YoPHEi/ZsXACAsOtC+uGvUCSSMKrNSzWYCXB9eUECxRaJSxv8fJYEO8LDC1HUq3XBkvcaXvYCpUm28ICE1ddtLLG8naDC6bI8aKTGsvb+/6+wJYiNSwcUxbw1DCWaA0WaBVzS1JjgZG/djaywVJix8WRY8fuXF+q8armhrDcoKxbVZwkWr/CXk1HTm3wiZN+fzs707/v6x0cM5C6quKUlp1za+wLPJvNjhW8d1YPc4whwrM9MB2DBLD+kZw1YH3bCYQIjU3J+hXsSNFYVMELe1Ht1LbOVpn56eekJjbHPobFZ67kgLRbTELSpffBaEwyHiyw4ZRoxRrRNmpMxQ5s7Env9FovvGI9d+jkz/P5DQwnoAqGIXIbObEX9UVqhtRyZZe2gmqfj1c8WU0KOJvNdHmjyztdzl6r1/xETesYy7PZrFcSDrCMcXwJ5QIaqmrr+YfIZGjheLSVcUlNApWGMUT7B6cBG8dHjrAk67rIB5ZxQeZBSeQkGuKBtr8AYhEtLwuou4b8DsmeFIRlNj6AU3VbNu7wRzLwYTB6h7rxyVMndYZs7vCQnH1phbiN6PdBGmP1kRwYFrIuAS1CJztYh3bmtcY124HfKUFDbhliwwYyu17IejbPKb2fwX3+FXh+qkI+DvS/rBDrTc5zvwLyYFPqGILP4C5uriFZw/+z0kj7RIzJcK6lcT57q8u7w8Cf/3dVoc5GT+5hEHoYKPvX6uN6NA9j6lypzFApumMrhk+eHsk61XpUMCeP/6Olc+Gh8/zUcqV9Y3ApVFUXI5sJ3DimxCBxDbQi68GRcNxWTcYldRja7NhSc08scXqi70431vS566pzQ0/tosMSa5E2ldMptXbiO+daR6IVPKlCg9oOt436oxbNkOv77fqZFVW0ba35ksxCWIwPP4XYkGCJv/w2R8Vv/TLoccUzEPhmMpvMdMiwkgnatdmkgWhDkoZyAY/jwDC4nJpaXgZns7sS/ta4M7gm/CTT1pH1iiPzthnZvj015WCBpTV6R9QhiQptNgtK/Cm6vtftrx1HnXzuC3ykaDUhc0iMTfpssFySSy/nmX0nXn0Yb6rX8KdTzkn04yZ5RflIrtM3LPALr4cBq7/vC6yZDMeMafhwUVXcyt6Ro3tVc+U5Jy+vfr2aX2GBdJgkL5IiGziJaLMZJObhC/u+fwYo+q4Y+/4b94+9FA==
sidebar_class_name: "delete api-method"
info_path: docs/api/deployments
custom_edit_url: null
---

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Delete deployment strategy"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/deployment_strategy/{id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Deletes a deployment strategy by its ID.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
  children={"Request"}
>
</Heading>

<ParamsDetails
  parameters={[{"name":"id","in":"path","required":true,"description":"Deployment strategy ID","schema":{"type":"string"}}]}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={undefined}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"204":{"description":"Deployment strategy deleted successfully"},"400":{"description":"Client error responses due to invalid input or missing parameters.","content":{"application/json":{"schema":{"type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code representing the specific client error (e.g., 400, 401, 403, 404).","example":400},"code":{"type":"string","description":"A machine-readable error code that categorizes the server failure.","example":"bad_request"},"error":{"type":"string","description":"A brief, human-readable description of the error type (e.g., \"Bad Request\", \"Unauthorized\").","example":"Bad Request"},"message":{"type":"string","description":"Additional details about the error.","example":"The request was malformed or contained invalid parameters."}}}}}},"500":{"description":"Server error responses indicating an issue on the API side.","content":{"application/json":{"schema":{"type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code representing the specific server error (e.g., 500, 502, 503).","example":500},"code":{"type":"string","description":"A machine-readable error code that categorizes the server failure.","example":"internal_server_error"},"error":{"type":"string","description":"A brief, human-readable description of the error type (e.g., \"Internal Server Error\", \"Service Unavailable\").","example":"Internal Server Error"},"message":{"type":"string","description":"Additional details about the error.","example":"An unexpected error occurred. Please try again later."}}}}}}}}
>
  
</StatusCodes>


      