A little confused on the bulk delete
# spicedb
c
A little confused on the bulk-delete command, can someone share an example for all resources called foo and relation called bar? zed relationship bulk-delete foo bar ?
v
that's correct assuming that what you want to do is to delete all relationships stored that reference resources of type
foo
and the relation named
bar
c
when I call:
zed relationship bulk-delete foo bar --force --insecure --log-level "debug" --log-format "console"
I get no error message, it just completes but the delete doesn't take effect
any ideas?
Im running this in a script so I dont want to have to confirm anything
I am sure it sees the relation under foo because it errors if I change them
123 Views