deleteConfigurationProfile

Deletes a configuration profile. Deleting a configuration profile does not delete a configuration from a host.

Samples


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