Path Parameters
Body
application/json
Response
No Content
curl --request DELETE \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/jobs/translations \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
],
"deleteSettings": {
"confirmed": true,
"locked": true
},
"forAllJobs": true,
"workflowLevel": 123,
"filter": {
"filename": "<string>",
"statuses": [
"<string>"
],
"targetLang": "<string>",
"provider": {
"type": "<string>",
"id": "<string>"
},
"owner": {
"uid": "<string>"
},
"dateDue": "2023-11-07T05:31:56Z",
"dueInHours": 123,
"overdue": true
}
}'
curl --request DELETE \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/jobs/translations \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
],
"deleteSettings": {
"confirmed": true,
"locked": true
},
"forAllJobs": true,
"workflowLevel": 123,
"filter": {
"filename": "<string>",
"statuses": [
"<string>"
],
"targetLang": "<string>",
"provider": {
"type": "<string>",
"id": "<string>"
},
"owner": {
"uid": "<string>"
},
"dateDue": "2023-11-07T05:31:56Z",
"dueInHours": 123,
"overdue": true
}
}'
1 - 100
elementsShow child attributes
Show child attributes
Set true if you want to delete translations for all jobs from project from specific workflow step. Default: false
Specifies workflow level for all jobs
Show child attributes
No Content
Was this page helpful?