API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- GETGet Job Preview Package assets.
- GETDownload handover file(s)
- PUTUpload handover file
- DELDelete handover file
- GETList jobsdeprecated
- POSTCreate job
- PUTEdit jobs (batch)
- DELDelete job (batch)
- POSTDownload bilingual file
- POSTCompare jobs on workflow levels
- POSTCreate job from connector asynchronous download task
- POSTCopy Source to Target
- POSTNotify assigned users
- POSTPseudo-translate jobdeprecated
- POSTSearch jobs in project
- POSTGet segments count
- POSTUpdate source
- POSTUpdate target
- DELDelete all translations
- POSTGet Web Editor URLdeprecated
- GETGet custom fields
- PUTEdit custom fields (batch)
- POSTCreate custom field instances
- GETGet custom field
- PUTEdit custom field
- DELDelete custom field
- GETGet job
- PUTEdit job
- PATCHPatch job
- POSTCopy Source to Target job
- GETGet import settings for job
- PUTEdit job import settings
- GETDownload original file
- GETDownload preview file
- POSTDownload preview file
- GETGet PDF preview
- POSTPseudo-translates job
- GETGet segments
- POSTEdit job status
- POSTSplit job
- GETGet status changes
- GETDownload target filedeprecated
- GETGet target file's warnings
- POSTWildcard search job's translation memoriesdeprecated
- GETGet translation resources
- GETGet job's workflowStep
- GETList jobs
- POSTPseudo-translate job
- DELDelete specific translations
- POSTGet Web Editor URL
- GETDownload target file based on async request
- PUTDownload target file (async)
- POSTSearch job's translation memoriesdeprecated
- POSTWildcard search job's translation memoriesdeprecated
- PATCHEdit jobs (with possible partial updates)
- POSTExport jobs to online repository
- PUTDownload target file (async)
- POSTSearch job's translation memories
- POSTWildcard search job's translation memories
- GET
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
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.