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

DeleteRoleAssetLink

Result of a delete role asset link operation.

type DeleteRoleAssetLink {
  success: Boolean!
}

Fields

success ● Boolean! non-null scalar

Whether the delete was successful.

Implemented By

DeleteRoleAssetLinkResult union

Last updated

Was this helpful?