Function delete_comparison_call
Source pub fn delete_comparison_call(config: &str, cfcall_id: i64) -> Result<String>
Expand description
Delete a comparison call by ID
Also deletes associated CFBOM records.
§Arguments
config - Configuration JSON string
cfcall_id - Comparison call ID to delete
§Returns
Modified configuration JSON string
§Errors
NotFound if call ID doesn’t exist