Hello, Is it possible to remove all relationships ...
# talk-keto
v
Hello, Is it possible to remove all relationships related to an entity with a single request ? There is a DELETE endpoint but for example I have `Group`s that have both relationships as the object (users are
members
of groups) and also as subject set (
members
of
myGroup
are
admins
of a
Community
). If I only had relationships where the group is the object then I believe the endpoint would be enough but how about when it is a subject set ? Do I have to do two requests, one with the group as the object and one as the subject set ? What should be the payload of each request then ? Thanks for any help!