curl --request DELETE \
--url https://api.deepl.com/v3/glossaries/{glossary_id}/dictionaries \
--header 'Authorization: <api-key>'{
"message": "Invalid glossary entries provided",
"detail": "Key with the index 1 (starting at position 13) duplicates key with the index 0 (starting at position 0)"
}curl --request DELETE \
--url https://api.deepl.com/v3/glossaries/{glossary_id}/dictionaries \
--header 'Authorization: <api-key>'{
"message": "Invalid glossary entries provided",
"detail": "Key with the index 1 (starting at position 13) duplicates key with the index 0 (starting at position 0)"
}Documentation Index
Fetch the complete documentation index at: https://deepl-c950b784-update-customizations-langs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
A unique ID assigned to the glossary.
The language in which the source texts in the glossary are specified.
ar, bg, cs, da, de, el, en, es, et, fi, fr, he, hu, id, it, ja, ko, lt, lv, nb, nl, pl, pt, ro, ru, sk, sl, sv, th, tr, uk, vi, zh "en"
The language in which the target texts in the glossary are specified.
ar, bg, cs, da, de, el, en, es, et, fi, fr, he, hu, id, it, ja, ko, lt, lv, nb, nl, pl, pt, ro, ru, sk, sl, sv, th, tr, uk, vi, zh "de"
Returns no content upon success.