Postgres SQL Alter Table Delete Row

DELETE FROM table_name
WHERE condition
Trained Tuna