Delete Device
Request
URI
DELETE
https://{api_host}/api/devices/{id}
COPY
Responses
200
Returns
devicemgmtDeleteDeviceResponse
of type(s)
*/*
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/devices/{id}