diff --git a/hin-account-schema b/hin-account-schema
deleted file mode 100644
index 6a55d06696abf159497a25b65a525d798f7b199c..0000000000000000000000000000000000000000
--- a/hin-account-schema
+++ /dev/null
@@ -1,34 +0,0 @@
-{
-  "@context": {
-    "hin": "http://116.203.134.234/.well-known/hin-account-schema",
-    "sh": "http://www.w3.org/ns/shacl#",
-    "xsd": "http://www.w3.org/2001/XMLSchema#"
-  },
-  "@graph": [
-    {
-      "@id": "hin:HinAccountShape",
-      "@type": "sh:NodeShape",
-      "sh:targetClass": {
-        "@id": "hin:HinAccount"
-      },
-      "sh:property": [
-        {
-          "sh:path": {
-            "@id": "hin:email"
-          },
-          "sh:datatype": {
-            "@id": "xsd:string"
-          }
-        },
-        {
-          "sh:path": {
-            "@id": "hin:did"
-          },
-          "sh:datatype": {
-            "@id": "xsd:string"
-          }
-        }
-      ]
-    }
-  ]
-}