Delete the specified deployment.
Deleting a deployment removes all releases, packages, and flows underneath it. This step cannot be undone. |
NOTE: Deployments pertain to Production instances of the |
Version: v3
Request Type: DELETE
Endpoint:
/v3/deployments/<id> |
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the deployment |
Request URI - Example:
/v3/deployments/4 |
Request Body:
Empty.
Response Status Code - Success: 204 - No Content
Response Body Example:
Empty.
None.