Does anyone have an example of bulk deleting relat...
# talk-keto
f
Does anyone have an example of bulk deleting relations? I saw the feature was merged 3 months ago https://github.com/ory/keto/pull/799 https://github.com/ory/keto/issues/599 I essentially want to delete all relations to a specific object efficiently via RPC
Ah, so I’m using
<http://github.com/ory/keto/proto/ory/keto/acl/v1alpha1|github.com/ory/keto/proto/ory/keto/acl/v1alpha1>
but it appears the changes were made in
v1alpha2
which I can’t seem to use
s
It depends on the version of the client (and server) that you use Obviously it has to be included there already
all contain this commit
f
I must be missing something 😅 I couldn’t find the feature in https://github.com/ory/keto/tree/v0.8.0-alpha.2 are they two separate endpoints, or was the delete all endpoint merged into the delete endpoint?