Skip to main content

delete_expression_call_element

Function delete_expression_call_element 

Source
pub fn delete_expression_call_element(
    config: &str,
    efcall_id: i64,
    key: ExpressionCallElementKey,
) -> Result<String>
Expand description

Delete an expression call element

§Arguments

  • config - Configuration JSON string
  • efcall_id - Expression call ID
  • key - Expression call element key (identifying the element to delete)

§Returns

Modified configuration JSON string