Skip to content

Delete Glossary Term

datazone_delete_glossary_term R Documentation

Deletes a business glossary term in Amazon DataZone

Description

Deletes a business glossary term in Amazon DataZone.

Prerequisites:

  • Glossary term must exist and be active.

  • The term must not be linked to other assets or child terms.

  • Caller must have delete permissions in the domain/glossary.

  • Ensure all associations (such as to assets or parent terms) are removed before deletion.

Usage

datazone_delete_glossary_term(domainIdentifier, identifier)

Arguments

domainIdentifier

[required] The ID of the Amazon DataZone domain in which the business glossary term is deleted.

identifier

[required] The ID of the business glossary term that is deleted.

Value

An empty list.

Request syntax

svc$delete_glossary_term(
  domainIdentifier = "string",
  identifier = "string"
)