Limit left join

You can’t use LIMIT directly with a DELETE query, it’s invalid syntax. I suggest you get the query working in a tool such as MySQL Workbench to ensure your syntax is correct first then you can migrate it to your WordPress code.