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

deleteAccessControl

Delete an access control. It will be removed from the underlying system and 48 hours after the sync it will be removed from Collibra Data Access.

deleteAccessControl(
  id: ID!
  options: DeleteAccessControlOptions
  overrideLocks: Boolean = false
): AccessControlResult!

Arguments

id ● ID! non-null scalar

options ● DeleteAccessControlOptions input

overrideLocks ● Boolean scalar

Type

AccessControlResult union

Last updated

Was this helpful?