Skip to main content
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>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

glossary_id
string
required

Query Parameters

source_lang
enum<string>
required
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:
target_lang
enum<string>
required
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:

Response