Deletes the dictionary associated with the given language pair with the given glossary ID. Run in API Explorer
Query parameters
-
The language in which the source texts in the glossary are specified.
Values are
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, orzh. -
The language in which the target texts in the glossary are specified.
Values are
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, orzh.
Responses
-
Returns no content upon success.
-
Bad request. Please check error message and your parameters.
-
Authorization failed. Please supply a valid
DeepL-Auth-Keyvia theAuthorizationheader. -
Forbidden. The access to the requested resource is denied, because of insufficient access rights.
-
The requested resource could not be found.
-
Too many requests. Please wait and resend your request.
-
Internal error.
-
Resource currently unavailable. Try again later.
-
Too many requests. Please wait and resend your request.
curl \
--request DELETE 'https://api.deepl.com/v3/glossaries/{glossary_id}/dictionaries?source_lang=en&target_lang=de' \
--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)"
}