API Guide

Parameters
Table 117. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body N/A Device to be
updated to
N/A body ManagedDevice
refId (required) Reference Id N/A path string
Response Status Codes
Table 118. Response Status Codes
HTTP Status Code Reason
201 Device updated in inventory
400 Invalid Device
404 Device not found in inventory
/ManagedDevice/{refId}
Description
Delete Device from Inventory -- this operation is idempotent
Method
delete
Response Class
ManagedDevice
Response Content-Type: application/xml, application/json
Parameters
Table 119. Parameters
Parameter Value Description Default Value Parameter Type Data Type
refId (required) Reference Id N/A path string
forceDelete N/A Force Delete false query boolean
Response Status Codes
Table 120. Response Status Codes
HTTP Status Code Reason
204 Device deleted from inventory
400 Unable to delete from RA's inventory
64