DELETE
/
v3
/
glossaries
/
{glossary_id}
/
dictionaries
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

Authentication with Authorization header and DeepL-Auth-Key authentication scheme

Path Parameters

glossary_id
string
required

A unique ID assigned to the glossary.

Query Parameters

source_lang
enum<string>
required

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"

target_lang
enum<string>
required

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

204

Returns no content upon success.