A recent spam feed prompted me to build some more admin endpoints that can be used to nuke feeds out of a podβs cache. My podβs anonymous/discover views looks quite nice and meaningful now π
Itβs a little awkward to use though, because you have to make sure you URL encode the uri
π
That google drive feed was some URI!
$ bat POST "https://pod.domain.tld/api/v1/cache/delete?uri=$(pbpaste | urlenc enc)" "Token:$YARND_TOKEN"