Skip to content

Delete Glossary

datazone_delete_glossary R Documentation

Deletes a business glossary in Amazon DataZone

Description

Deletes a business glossary in Amazon DataZone.

Prerequisites:

  • The glossary must be in DISABLED state.

  • The glossary must not have any glossary terms associated with it.

  • The glossary must exist in the specified domain.

  • The caller must have the datazone:DeleteGlossary permission in the domain and glossary.

  • Glossary should not be linked to any active metadata forms.

Usage

datazone_delete_glossary(domainIdentifier, identifier)

Arguments

domainIdentifier

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

identifier

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

Value

An empty list.

Request syntax

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