Function delete_expression_call
Source pub fn delete_expression_call(config: &str, efcall_id: i64) -> Result<String>
Expand description
Delete an expression call by ID
Also deletes associated EFBOM records.
§Arguments
config - Configuration JSON string
efcall_id - Expression call ID to delete
§Returns
Modified configuration JSON string
§Errors
NotFound if call ID doesn’t exist