Are there any tips for completely removing a names...
# talk-keto
p
Are there any tips for completely removing a namespace/object from Ory Keto? My research is showing that I have to make one
DELETE /admin/relation-tuples
call specifying
namespace
and
object
, and then calls specifying
subject_set.namespace
and
subject_set.object
for each
namespace
and
subject_set.relation
that might be connected.
I’d like to avoid querying all the relationships and deleting them that way if possible, since there may be a lot.
s
yes that's what that API is for