I want to remove sample data in my localhost.
php bin/magento sampledata:remove
<warning>Warning from repo.magento.com: You haven't provided your Magento authentication keys. For instructions, visit https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html</warning>
curl -k https://<MAGID>:<accesstoken>@www.magentocommerce.com/products/downloads/info/help
I have provided my MAG ID and access key, now I'm getting below message.
curl: (7) Failed to connect to www.magentocommerce.com port 443: Connection refused
Hey i think you're using the Public and Private keys generated from "Access Keys"
You should instead go to Account Settings and click "Download Access Token", that one works.