diff --git a/example/returnDID/1.0/policy.rego b/example/returnDID/1.0/policy.rego
deleted file mode 100644
index 16a416861662906fe9ecd5eaec5a04abe3890cc6..0000000000000000000000000000000000000000
--- a/example/returnDID/1.0/policy.rego
+++ /dev/null
@@ -1,7 +0,0 @@
-package example.returnDID
-
-_ = {
-    "@context": ["https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/ed25519-2020/v1"],
-    "id": issuer().did,
-    "verificationMethod": keys.getAll()
-}
\ No newline at end of file