pub async fn cmd_device_wipe(
client: &VtaClient,
device_id: String,
reason: String,
scope: String,
) -> Result<(), Box<dyn Error>>Expand description
device wipe — remotely wipe a lost/compromised device. Marks it wiped +
disabled and records the reason. scope is cache, cache-and-keys, or
full.