Select * from person where name = ‘xxx’ to get personid

Then

select * from blobstore where  class='j' and  id= <personid>

double check this returns just one

and delete

delete from blobstore where  class='j' and  id= <personid>