This article is tagged with:
Sql delete where x or y or z
and mysql
sql delete where x or y or z
DELETE FROM your_table
WHERE id IN (x, y, z);