Reference Guide
Response Content-Type: application/xml, application/json
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
id (required) Deployment Id
(String)
N/A path string
Response Status Codes
HTTP Status Code Reason
200 Deployment retrived
404 Deployment not found
/Deployment/{id} DELETE
Description
Delete Deployment -- this operation is idempotent
Method
DELETE
Response Class
void
Response Content-Type: application/xml, application/json
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
id (required) Deployment Id
(String)
N/A path string
Response Status Codes
HTTP Status Code Reason
204 Deployment deleted
500 Unable to delete Deployment.
38