Remove your registered subdomain
To remove your registered subdomain, update the request_type in your .json file in the subdomains directory.
MMDEVS.ORG has recorded your github_user_login and github_user_id when you registered subdomain.So, you need to be that user.
Steps
-
Find and edit the existing
<your_subdomain>.jsonfile insubdomains/directory. -
Set
request_typetoupdatein<your_subdomain>.json.
Example :
{
"$schema": "../schema/mmdevs.json",
"sub_domain": "phowa",
"cname_value": "phowa.github.io",
"request_type": "remove", // Change from "register" or "update" to "remove"
}
- Pervious step : Initial setup guide
- Next step : Push to current branch