Deletes the dictionary associated with the given language pair with the given glossary ID.
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)"
}Glossaries
Deletes the dictionary associated with the given language pair with the given glossary ID.
DELETE
/
v3
/
glossaries
/
{glossary_id}
/
dictionaries
Deletes the dictionary associated with the given language pair with the given glossary ID.
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-add-custom-tags-cookbook.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Path Parameters
A unique ID assigned to the glossary.
Query Parameters
The language in which the source texts in the glossary are specified.
Available options:
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 Example:
"en"
The language in which the target texts in the glossary are specified.
Available options:
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 Example:
"de"
Response
Returns no content upon success.
⌘I