I'm curious about is there a way to restrict a user the use of DELETE statement; I've read a less specific but similar doubt here and consulted the related documentation there, besides swimming on row-level security, however the first two are focused on restrictions over deleting tables or datasets, and the third only works to let the user view rows under certain condition.
Do I have to define a condition on the IAM section, specifically for the user?
Thanks in advance.