Skip to main content

SzConfigTool_deleteDistinctCall

Function SzConfigTool_deleteDistinctCall 

Source
#[unsafe(no_mangle)]
pub extern "C" fn SzConfigTool_deleteDistinctCall( config_json: *const c_char, dfcall_id: i64, ) -> SzConfigTool_result
Expand description

Delete a distinct call by ID

§Parameters

  • config_json: Configuration JSON string
  • dfcall_id: Distinct call ID to delete

§Returns

SzConfigTool_result with modified config or error

§Memory

Caller must free result.response with SzConfigTool_free()