Rename destroy_feature_flag to delete
What does this MR do and why?
As part of our policy standardization effort, we're renaming permissions that start with destroy_
-> delete_
This MR renames:
-
destroy_feature_flag
->delete_feature_flag
This MR also adds the permission yaml for each new permission.
NOTE: This MR is JUST a rename, no added/changed functionality.