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

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

Represents base strategy of workspace entity deletion.

public void Delete(int workspaceId, int entityId)

Deletes the workspace entity by the specified IDs of workspace and entity.

protected abstract void DoDelete(int workspaceId, int entityId)

Does delete the entity by IDs of workspace and entity.