Delete a Glossary Run in API Explorer
Ask AI
Deletes the specified glossary.
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.
DELETE
/v2/glossaries/{glossary_id}
curl \
--request DELETE 'https://api.deepl.com/v2/glossaries/{glossary_id}' \
--header "Authorization: $API_KEY"
Response examples (400)
{
"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)"
}