API de tâche de traduction
Supprimer la tâche de traduction
/v1/translation/deleteSupprimer une tâche de traduction par ID.
Exemple
curl
1curl -X POST 'https://otranslator.com/api/v1/translation/delete' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json' \
4--data '{
5 "taskId": "[string]"
6}'
Paramètres de requête
Paramètres | Type | Par défaut | Description | Exemple |
---|---|---|---|---|
*taskId | String | - | ID de la tâche de traduction | - |
Réponse
Paramètres | Type | Par défaut | Description | Exemple |
---|---|---|---|---|
success | Boolean | - | Suppression effectuée avec succès | - |