remove a device from a group by company ID
Partner removes a device from a group by company ID
Request Code Samples
curl --location -g --request DELETE 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/partners/companies/{{COMPANY_ID}}/groups/{{GROUP_NAME}}/devices/{{DEVICE_ID}}?byid=company' \
--header 'Content-Type: text/plain' \
--data-raw ''
Responses
application/json {
"meta": {
"code": 200
},
"response": {
"devices": "list"
},
"result": "OK"
}
Modified at 2024-07-25 02:00:14