API de glossaire
Supprimer un glossaire
/v1/glossary/deleteSupprimer un glossaire par ID.
Exemple
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}'
Paramètres de requête
Paramètres | Type | Par défaut | Description | Exemple |
---|---|---|---|---|
*glossaryId | String | - | Identifiant du glossaire | - |
Réponse
Paramètres | Type | Par défaut | Description | Exemple |
---|---|---|---|---|
success | Boolean | - | Suppression effectuée avec succès | - |