<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

Relativity.Testing.Framework.Strategies.IDeleteByIdStrategy<T>

public interface IDeleteByIdStrategy<T>
Represents the strategy of entity deletion.
void Delete(int id)

Deletes the entity by ID.