Remove | mmdevs
Home

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

Example :

{
  "$schema": "../schema/mmdevs.json",
  "sub_domain": "phowa",
  "cname_value": "phowa.github.io",
  "request_type": "remove", // Change from "register" or "update" to "remove"
}