Path parameters
-
deployment_id
string Required Identifier for the Deployment
Responses
-
200 application/json
The request was valid and the deployment was deleted.
-
400 application/json
The Deployment resources have not been shutdown yet.
-
401 application/json
You are not authorized to perform this action.
-
404 application/json
The Deployment specified by {deployment_id} cannot be found. (code:
deployments.deployment_not_found
)
DELETE
/deployments/{deployment_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/deployments/{deployment_id}' \
--user "username:password"