v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Jobs

Remove strings from job

Remove strings from a job. Any strings removed from the job will also be unauthorized within Smartling.

If strings are successfully removed from a job, a 200 status will be returned. When the system can't quickly add the strings to the job, 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.

post/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/strings/remove

Path parameters

projectIdstring required

A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.

translationJobUidstring required

Request body

hashcodesstring[]

The hashcodes (string identifiers) that should be removed from the job.

localeIdsstring[]

(Optional) The array of localeIds that the strings should be removed from. If not specified, the strings will be removed from all locales within that job.

Response

OK