Glossar-API
Glossar löschen
/v1/glossary/deleteGlossar anhand der ID löschen.
Beispiel
curl
1curl -X POST 'https://otranslator.com/api/v1/glossary/delete' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json' \
4--data '{
5 "glossaryId": "[string]"
6}'
Anfrageparameter
Parameter | Typ | Standard | Beschreibung | Beispiel |
---|---|---|---|---|
*glossaryId | String | - | Terminologie-ID | - |
Antwort
Parameter | Typ | Standard | Beschreibung | Beispiel |
---|---|---|---|---|
success | Boolean | - | Ob das Löschen erfolgreich war | - |