Terminologie API
Terminologielijst verwijderen
/v1/glossary/deleteVerwijder terminologielijst op basis van ID.
Voorbeeld
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}'
Aanvraagparameters
Parameters | Type | Standaard | Beschrijving | Voorbeeld |
---|---|---|---|---|
*glossaryId | String | - | Terminologielijst-ID | - |
Antwoord
Parameters | Type | Standaard | Beschrijving | Voorbeeld |
---|---|---|---|---|
success | Boolean | - | Is verwijdering succesvol | - |