Hello everyone, I'm new here. I was told this migh...
# spicedb
k
Hello everyone, I'm new here. I was told this might be a good place to ask about the best way to clear out relationships ahead of a migration that would remove resources from a spicedb schema. The best method I have so far is making one https://buf.build/authzed/api/docs/main:authzed.api.v1#authzed.api.v1.PermissionsService.DeleteRelationships call per resource type that will be removed in the migration. Is that the recommended approach?