For the complete documentation index, see llms.txt. This page is also available as Markdown.

removeWhoFromAccessControl

WARNING - DEPRECATED

Please use updateAccessControl in combination with the input field whoItemsToRemove.

Remove WHO items from the given access control. The toRemove array can contain IDs of users, groups and/or access controls. The typesToInclude parameter can be used to specify that only certain WHO item types should be removed (e.g. only grants).

removeWhoFromAccessControl(
  id: ID!
  toRemove: [String!]
  typesToInclude: [AccessWhoItemType]
): AccessControlResult! @deprecated

Arguments

id ● ID! non-null scalar

toRemove ● [String!] list scalar

typesToInclude ● [AccessWhoItemType] list enum

Type

AccessControlResult union

Last updated

Was this helpful?