Files
micromdm/platform/remove/internal/removeproto/remove.proto
Victor Vrantchan ce6e18f18d add checkout middleware (#342)
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
2017-11-30 23:17:51 -05:00

8 lines
82 B
Protocol Buffer

syntax = "proto3";
package removeproto;
message Device {
string udid = 1;
}