pyx-industries / pyx-identity-resolver

FOSS implementation of ISO1975 link resolver
Apache License 2.0
4 stars 2 forks source link

how to delete a link? #6

Open monkeypants opened 3 weeks ago

monkeypants commented 3 weeks ago

if a link is broken, how to delete it?

we could deregister/delete the entire thing, then re-create it with a different set of links. But that's a big change.

Currently, the URL is the key, if you update the URL it creates a new entry. Therefor, if the URL is wrong, need a way to delete it and create a new one. Other keys can be updated.