SQL delete statement

strSQL="DELETE FROM TABLE_NAME WHERE CONDITIONS"
objConn.execute(strSQL)