I am trying to remove some tabs
https://prnt.sc/I0JvtmM41ROP
I am using below file path and code
app/design/frontend/vendorname/themename/Magento_Theme/layout/default.xml
!– Downloadable product link –>
<!-- Subscription link -->
<referenceBlock name="customer-account-navigation-newsletter-subscriptions-link" remove="true"/>
<!-- Billing agreement link -->
<referenceBlock name="customer-account-navigation-billing-agreements-link" remove="true"/>
<!-- Product review link -->
<referenceBlock name="customer-account-navigation-product-reviews-link" remove="true"/>
But not working.