IData ApiHard Delete Method
Remove any events and data of the data objects by their identifiers.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
void HardDelete(
params string[] dataObjectIds
)Parameters
- dataObjectIds String
- The identifiers of data objects.
Example
C#
var dataApi = ctx.Use<IDataApi>();
dataApi.HardDelete(customerIds);