At the moment, the createFixture call does not allow an array for a multi criteria for deletion. This is an issue because it doesn't allow for flexible method calling. Maybe only accept an array for uniqueColumn so its consistent.
createFixture(array $data, array $uniqueColumn = []): int $insertId;