info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
uninstallConfigurationProfile(profileUUID)
Description
Uninstalls an iOS configuration profile from the device.
Parameters - profileUUID : profile to uninstall from the device
info
Command is available for remote iOS devices only
How to get profile UUID:
Login to cloud page.
Go to device → iOS configuration profiles
Here you can get profile uuid to use in this command.
Code example
Java code example Expand source
if(client.uninstallConfigurationProfile("6524E54F-C2EB-4FB9-B211-E5C73306C911")){
// If statement
}