`zed` uses a limit by default: ``` bulkDeleteC...
# spicedb
j
zed
uses a limit by default:
Copy code
bulkDeleteCmd.Flags().Uint32("optional-limit", 1000, "the max amount of elements to delete. If you want to delete all in batches of size <optional-limit>, set --force to true")
4 Views