Skip to main content

Is there a way to Delete the MDM profile with applescript?

Hi, sort of. The bash command profiles -D will do it, so in AppleScript, you would use do shell script "profiles -D".