IDataApiHardDelete Method
|
Remove any events and data of the data objects by their identifiers.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxvoid HardDelete(
params string[] dataObjectIds
)
Parameters
- dataObjectIds String
- The identifiers of data objects.
Examplevar dataApi = ctx.Use<IDataApi>();
dataApi.HardDelete(customerIds);
See Also