deleteConfigurationProfile

Deletes a configuration profile.

To prevent users from unintentionally deleting actively-used configuration profiles, enable deletion protection.

Samples


fun main() { 
   //sampleStart 
   // The following delete configuration profile example deletes the specified configuration profile.
appConfigClient.deleteConfigurationProfile {
    applicationId = "339ohji"
    configurationProfileId = "ur8hx2f"
} 
   //sampleEnd
}