Clear device cache and force refresh.
Required Permission: mdm.windows.device.cleanCache
Triggers a process to clear server-side cache and requests a full update of device details from the agent immediately afterwards.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"action": "full-refresh"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}