Translation Task API
Delete Translation Task
/v1/translation/deleteDelete a translation task by its ID.
Example
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}'
Request Parameters
Parameters | Type | Default | Description | Example |
---|---|---|---|---|
*taskId | String | - | Translation Task ID | - |
Response
Parameters | Type | Default | Description | Example |
---|---|---|---|---|
success | Boolean | - | Deletion successful | - |