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