public static Task DeleteAsync<T>(IRepository<T> repository, params string entityIds) where T : Redakt.Data.DocumentStore.IEntity
Returns:
Task

Parameters

repository IRepository<T>
entityIds string

Type Parameters

In this article