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

removeWhatDataObjectsFromAccessControl

WARNING - DEPRECATED

Please use updateAccessControl with whatDataObjectsToRemove.

Remove WHAT data objects from the given access control.

removeWhatDataObjectsFromAccessControl(
  id: ID!
  toRemove: [String!]
): AccessControlResult! @deprecated

Arguments

id ● ID! non-null scalar

toRemove ● [String!] list scalar

Type

AccessControlResult union

Last updated

Was this helpful?