DELETE
/
api2
/
v2
/
projects
/
{projectUid}
/
jobs
/
translations
Delete specific translations
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
  }
}'

Path Parameters

projectUid
string
required

Body

application/json

Response

204

No Content