v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBJobs
Remove locale from job
This removes a locale from a job. When removing a locale from a job (and thus any content within that job for that locale), the content being removed will be unauthorized.
When the system can quickly remove the locale and any content from the job, it synchronously responds with status 200. When the system cannot quickly remove the locale and any content from the job, then a 202 response is returned. The response contains a link to check the progress of the request. When a 202 is received, the process of removing the content from the job will not be complete until the returned process has completed.
delete/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/locales/{targetLocaleId}
Path parameters
projectIdstring required
A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.
translationJobUidstring required
targetLocaleIdstring required
Response
OK