API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Job
Delete specific translations
DELETE
/
api2
/
v2
/
projects
/
{projectUid}
/
jobs
/
translations
Delete specific translations
Copy
Ask AI
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
}
}'
Was this page helpful?
Delete specific translations
Copy
Ask AI
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
}
}'
Assistant
Responses are generated using AI and may contain mistakes.