Skip to main content
Solved

Glossary Term Bulk Delete

  • August 26, 2025
  • 1 reply
  • 42 views

How do i bulk dleete business terms that were written in error ? i have followed steps highlighted below , its not working for me as expected- and on eof the reason is that the transformation plan doesnt have the one metadata writer but the One data writer.ย 

Using ONE Desktop (Recommended for Bulk Deletes):

This method offers a more robust approach for mass deletion.ย 

  1. Create a New Data Transformation Plan:ย In ONE Desktop, create a new Data Transformation Plan.ย 
  2. Read Catalog Items:ย Add aย Metadata Readerย step to read the business terms you want to delete.ย 
  3. Filter for Terms:ย Apply filters in the Metadata Reader to identify and select the specific business terms for deletion.ย 
  4. Add Metadata Writer:ย Add aย Metadata Writerย step to the plan.ย 
  5. Set Workflow State to Deleted:ย In the Metadata Writer, configure the workflow state toย Deleted.ย This marks the terms for removal.ย 
  6. Execute the Plan:ย Run the Data Transformation Plan to perform the bulk deletion of the selected business terms from your business glossary.ย 

i have also tried to set this upon the desktop, but it still not deleting

ย 

Best answer by ivan.kozlov

Hi โ€‹@Susan24usย ,
Indeed, the easiest way to do bulk deletes is through ONE Desktop plans. You would need to use Metadata Reader step to get the IDโ€™s of the relevant Business Terms and then Metadata Writer to delete the subset of terms you created by mistake.
However, iโ€™m not sure why you are reading the Catalog Items entity in this case, the entity you need is terms or businessTerms.

Your plan should look like this
ย 


And in both Reader and Writer steps you would specify business term entity.
I would also recommend always having audit output file instead of trash output so you could easily see the impact of the plan execution.
ย 

I hope this answers your question.
โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹Ivan

1 reply

ivan.kozlov
Ataccamer
Forum|alt.badge.img+3
  • Ataccamer
  • 51 replies
  • Answer
  • August 26, 2025

Hi โ€‹@Susan24usย ,
Indeed, the easiest way to do bulk deletes is through ONE Desktop plans. You would need to use Metadata Reader step to get the IDโ€™s of the relevant Business Terms and then Metadata Writer to delete the subset of terms you created by mistake.
However, iโ€™m not sure why you are reading the Catalog Items entity in this case, the entity you need is terms or businessTerms.

Your plan should look like this
ย 


And in both Reader and Writer steps you would specify business term entity.
I would also recommend always having audit output file instead of trash output so you could easily see the impact of the plan execution.
ย 

I hope this answers your question.
โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹Ivan