API Sarcini de Traducere
Ștergere sarcină de traducere
/v1/translation/deleteȘterge sarcina de traducere prin ID.
Exemplu
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}'
Parametri de solicitare
Parametri | Tip | Implicit | Descriere | Exemplu |
---|---|---|---|---|
*taskId | String | - | ID-ul sarcinii de traducere | - |
Răspuns
Parametri | Tip | Implicit | Descriere | Exemplu |
---|---|---|---|---|
success | Boolean | - | Dacă ștergerea s-a realizat cu succes | - |