Unpair asset from device
Tested
User Role Permissions#
The following table shows which user roles are allowed to send requests using this API endpoint.| Role | Permission |
|---|
| Partner | |
| Partner View | |
| Custom Partner | |
| Fleet Manager | |
| Group Manager | |
| User | |
| Custom User | |
Request
Body Params multipart/form-dataRequired
Request Code Samples
curl --location --request DELETE 'https://fleet.roscolive.com/api/v1.0/assets//pair' \
--form 'device_id=""'
Responses
application/json {
"meta": {
"code": 200
},
"response": "success",
"result": "OK"
}
Modified at 2025-11-17 13:12:59