curl --request DELETE \
--url https://api.deepl.com/v3/glossaries/{glossary_id} \
--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)"
}Deletes the specified glossary.
curl --request DELETE \
--url https://api.deepl.com/v3/glossaries/{glossary_id} \
--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-customizations-with-variants.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.
Returns no content upon success.