View source: R/delete_glossary.R
delete_glossary | R Documentation |
delete_glossary
deletes a glossary from your DeepL API Pro account using its unique ID.
delete_glossary(glossary_id, auth_key)
glossary_id |
A string specifying the unique ID of the glossary to be deleted. |
auth_key |
A string representing the authentication key for the DeepL API Pro.
If not provided, the function will attempt to retrieve the key from the environment
variable |
Deleting a glossary is permanent and cannot be undone. If needed, you can back up
glossary entries in advance using get_glossary_entries
.
To use this function, you must obtain an authentication key by registering for a DeepL API Pro account at DeepL API Pro.
For a list of available glossaries and their metadata, see list_glossaries
.
No return value. A confirmation message is printed upon successful deletion.
DeepL API Documentation on Glossary Deletion
## Not run:
glossary_id <- "example-glossary-id"
delete_glossary(glossary_id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.