There is no out-of-box solution for doing so as mentioned by (Sukie Qi MSFT) on https://answers.microsoft.com/en-us/msoffice/forum/all/remove-table-borders-from-table-in-sharepoint/16c76e84-5c71-4b89-afbe-d8acf64cea26
However, you can customize the theme in your SharePoint Site:
element {
/* ... */
border-color: "[theme: themePrimary, default: transparent;]";
/* ... */
}
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/use-theme-colors-in-your-customizations