Deleting all glossary terms through CLI

Original Slack Thread

Hi everyone,
Please tell me how to delete all glossary terms through cli. Thank you.

Hi here i have an example about how to delete all glossary terms in Python sdk. Might be helpful for reference.attachment

Thanks <@U05B3RG1PD1> for helping out! Also you can do something like this :

datahub delete --entity-type glossaryTerm --hard```

<@U05B3RG1PD1> This code works fine. This works well just by changing gms.
I couldn’t solve it for a long time, but thanks to you, I solved it.
Thank you very much. Have a nice day.