Am very aware of that this issue can be resolved with disabling safe update mode enabled (e.g. see here: MySQL error code: 1175 during UPDATE in MySQL Workbench). However, I do
If you are using workbech, you can first execute
SET SQL_SAFE_UPDATES = 0;
And then execute delete statement