it means you get idempotent deletes, which is nice...
# spicedb
y
it means you get idempotent deletes, which is nice. it was a design choice. if you want to have the 404ish behavior, you can use a precondition on the delete call such that you get a precondition failure if the relation doesn't exist.
e
understood thank you for the confirmation. I will look into the precondition