Removes the permission for the specified principal from the specified resource
Source:R/workdocs_operations.R
workdocs_remove_resource_permission.RdRemoves the permission for the specified principal from the specified resource.
See https://www.paws-r-sdk.com/docs/workdocs_remove_resource_permission/ for full documentation.
Usage
workdocs_remove_resource_permission(
AuthenticationToken = NULL,
ResourceId,
PrincipalId,
PrincipalType = NULL
)