API Guide
Parameters
Table 46. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body N/A Deployment to be
updated to
N/A body Deployment
id (required) Deployment Id
(String)
N/A path string
Response Status Codes
Table 47. Response Status Codes
HTTP Status Code Reason
204 Deployment updated
400 Invalid Parameters to Update Deployment or problem with the
Resource Adapters
404 Deployment not found
/Deployment/{id}
Description
Delete Deployment -- this operation is idempotent
Method
delete
Response Class
void
Response Content-Type: application/xml, application/json
Parameters
Table 48. Parameters
Parameter Value Description Default Value Parameter Type Data Type
id (required) Deployment Id
(String)
N/A path string
Response Status Codes
Table 49. Response Status Codes
HTTP Status Code Reason
204 Deployment deleted
500 Unable to delete Deployment.
40