DELETE FROM TABLE_NAME WHERE DOC_ID = 123456
<--- If your DOC_ID is formatted as a string, use '123456'

http://www.w3schools.com/sql/sql_delete.asp