Skip to main content

delete_behavior_override

Function delete_behavior_override 

Source
pub fn delete_behavior_override(
    config_json: &str,
    feature_code: &str,
    usage_type: &str,
) -> Result<String>
Expand description

Delete a behavior override for a feature and usage type

§Arguments

  • config_json - Configuration JSON string
  • feature_code - Feature code
  • usage_type - Usage type code

§Returns

Modified configuration JSON string

§Errors

  • NotFound if feature or override doesn’t exist