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 . For more information, see Overview of Deployment Management.

Version: v3

Required Permissions

Request

Request Type: DELETE

Endpoint:

/v3/deployments/<id>

where:

ParameterDescription
<id>Internal identifier for the deployment

Request URI - Example:

/v3/deployments/4

Request Body:

Empty.

Response

Response Status Code - Success: 204 - No Content

Response Body Example:

Empty.

Reference

None.