-
Notifications
You must be signed in to change notification settings - Fork 731
How do I update delete my metadata in the registry?
Cardano Foundation Team edited this page Dec 17, 2019
·
1 revision
Removing metadata from the registry is an ad-hoc process. If this was allowed without verification, anyone could delete metadata of anyone. Therefore, there are two cases:
Then, the procedure is the same as for registering new metadata:
- Update your JSON file
- Produce a new signature that will replace the existing one
- Submit a pull request
Here, you'll have to make two pull requests:
- Update your previous registration's ticker to
VOID
+ a number that isn't currently taken (e.g.VOID2
). - Produce a new signature to replace the existing one
- Submit a pull request
- Make sure to indicate your previous PR as a comment of that PR and explicitely mention that you are voiding this registration and want it to be deleted.
- Create a new registration re-using your previous ticker
- Name it after your new public key
- Submit a pull request
- Make sure to mention your "void PR" as a comment so that it's clear.
This PR will fail to pass CI until the first one is merged. This is normal.