Click or drag to resize

IDataApiHardDelete Method

Remove any events and data of the data objects by their identifiers.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
void HardDelete(
	params string[] dataObjectIds
)

Parameters

dataObjectIds
Type: SystemString
The identifiers of data objects.
Examples
var dataApi = ctx.Use<IDataApi>();
dataApi.HardDelete(customerIds);
See Also