An Azure service that provides streamlined full-stack web app development.
I am glad that your issue is resolved thanks for confirming from the private message
Thanks for the details from deep investigation . I can see XXXXX.com (the apex domain) is stuck in Deleting status with an Expired error code, while using the older http-token validation method. The www subdomain looks healthy, which is typical in these cases.
This is a known situation with Static Web Apps, especially for long-standing apex domains. When the http-token renewal fails and deletion gets into a bad state, the backend sometimes holds onto the binding even though Portal/CLI/ARM operations report success. Client-side retries usually don't clear it at that point
Quick things to try first
- Clean up DNS completely — Remove any A, ALIAS, CNAME, or TXT records for bifrostpixel.com at your registrar.
- Wait 15–30 minutes, then refresh the Custom Domains page and try deleting again.
- If you have the environment name (), try the CLI with it:
az staticwebapp hostname delete \ --name BXXXXXXtpixelHomePage \ --resource-group [YourResourceGroup] \ --hostname XXXXXXXX.com \ --environment-name red-ocean-XXXXXXXX
Please do not forget to click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you