cURL
curl --request DELETE \ --url https://api.deepl.com/v2/glossaries/{glossary_id} \ --header 'Authorization: <api-key>'
This response does not have an example.
Deletes the specified glossary.
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Authorization
DeepL-Auth-Key
DeepL-Auth-Key <api-key>
A unique ID assigned to the glossary.
Returns no content upon success.