How about a DELETE FROM WHERE statement ?

DELETE FROM table_name
WHERE some_column=some_value

would this work for you?