mirror of
https://github.com/micromdm/micromdm/
synced 2026-06-27 00:35:47 +08:00
Implement a connect service middleware which allows an operator to forcefully un-enroll a device. Documentation: https://github.com/micromdm/micromdm/wiki/Terminating-a-Management-Relationship-with-a-device-block
8 lines
82 B
Protocol Buffer
8 lines
82 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package removeproto;
|
|
|
|
message Device {
|
|
string udid = 1;
|
|
}
|