Open kmasiello opened 6 months ago
The deletion of permissions from content can come from a need to either:
The first two are covered by existing functions. content_delete_role(c("viewer", "collaborator", "all")) addresses the latter case
content_delete_role(c("viewer", "collaborator", "all"))
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.
connect-cookbook
revoking all access except the content owner
TODO
The deletion of permissions from content can come from a need to either:
The first two are covered by existing functions.
content_delete_role(c("viewer", "collaborator", "all"))
addresses the latter case