Use this API to remove a device from a domain using a list of hostnames or IPs.
Method |
URL |
Required authentication |
DELETE |
/V1/CMDB/Devices |
Yes |
Name |
Description |
---|---|
Token*required |
Place the token received from the API Log in to get an authentication token. |
Request*required |
The body must contain one of the following two parameters: ▪IPs (list): a list of management IP addresses of the target devices. ▪hostnames (list): a list of hostnames of the target devices. |
Parameter |
Type |
Description |
Example |
---|---|---|---|
statusCode |
integer |
The returned status code of executing the API. |
{ |
statusDescription |
string |
The explanation of the status code. |