IConfiguration |
ConfigurationResponse DeleteConfigurationOverride( DeleteConfigurationOverrideRequest request )
You're not allowed to delete a base configuration value. If you want to set the default value for the configuration to be empty, call UpdateConfiguration with an empty value. However, note that some validations don't allow the value to be empty.
This means that at least one of the title ID, user ID and role ID on the ConfigurationOverrideIdentifier object on the request must be set. If no override parameters are set, or if no override exists matching the given title/user/role, a ConfigurationNotFoundFault will be thrown.