-
Hello, I would like to base my authorization rules on openfga for my .net app. When an object is deleted from the database, I would like to delete the the tuples where this object is involved. Is there a way to delete all existing tuples for an object when this one is deleted from database? var body = new ClientWriteRequest() { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @leah-mq It's currently not possible, it's in our roadmap here openfga/roadmap#34 You'd need to read them first, and then delete them :( |
Beta Was this translation helpful? Give feedback.
Hi @leah-mq
It's currently not possible, it's in our roadmap here openfga/roadmap#34
You'd need to read them first, and then delete them :(