WHERE

DELETE
FROM
    table_name_01
;

WHERE

DELETE
FROM
    table_name_01
WHERE
    table_name_01.column_name_01 = 'condition'
;