Delete a Site
To delete a site, you generally need to remove the files from your computer and, if you published the site, remove it from your cloud provider (e.g. GitHub, Netlify).
Delete Local Site
Section titled āDelete Local SiteāTo delete a site from your computer, simply delete the folder containing your siteās files.
Delete from Cloud Provider
Section titled āDelete from Cloud ProviderāIf you have deployed your site, you will need to remove it from your hosting provider.
If you deployed your site to GitHub Pages:
- Login to GitHub.
- Navigate to your repository (e.g.
your-username/your-site).- If you canāt find it, check your Repositories list.
- Click Settings tab.
- Scroll to the bottom of the General settings page to the Danger Zone.
- Click Delete this repository.
- Confirm the action by typing the repository name.
Netlify
Section titled āNetlifyāIf you deployed your site to Netlify:
- Login to Netlify dashboard.
- Select your site from the list.
- Go to Site configuration > General > Danger Zone.
- Click Delete this site.
Cloudflare Pages
Section titled āCloudflare PagesāIf you deployed your site to Cloudflare Pages:
- Login to Cloudflare.
- Go to Workers & Pages and select your project.
- Go to Settings > Delete Project.
- Confirm the deletion.