Thanks for posting your question in the Microsoft Q&A forum.
You can try the following methods:
- Run the following command in your terminal:
az staticwebapp delete --resource-group <resourcegroupname> --name <staticwebappName> --yes
- Execute the following cmdlet:
Remove-AzStaticWebapp -ResourceGroupName <resourcegroupname> -Name <staticwebappName>
- Using Azure Portal:
Go to the Azure portal, navigate to your resource group containing the static web app then find and click on the static web app you want to delete then in the overview page, scroll down to the Settings
section and click on Delete
.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful