connectapi icon indicating copy to clipboard operation
connectapi copied to clipboard

add `content_delete_role` to complement `content_delete_user` and `content_delete_group`

Open kmasiello opened this issue 10 months ago • 1 comments

The deletion of permissions from content can come from a need to either:

  • remove specific users
  • remove specific groups
  • bulk remove a suite of permissions from content, such as all viewers, or all viewers+collaborators

The first two are covered by existing functions. content_delete_role(c("viewer", "collaborator", "all")) addresses the latter case

kmasiello avatar Apr 27 '24 01:04 kmasiello

This issue was referred to by the connect-cookbook file revoking all access except the content owner. Mentioning that here so we can remove that TODO comment.

toph-allen avatar Jul 03 '24 19:07 toph-allen