Skip to main content
Delete a Glossary
curl --request DELETE \
  --url https://api.deepl.com/v2/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)"
}

Authorizations

Authorization
string
header
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>

Path Parameters

glossary_id
string
required

A unique ID assigned to the glossary.

Response

Returns no content upon success.