v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Jobs

Remove file from job

Removes a file from a job. All content that is part of the file contained within that job will be removed from the job and will become unauthorized content.

When the system can quickly remove the file and its content from the job synchronously, it responds with a 200 status. When the system cannot quickly remove the file and its content from 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 file and its content from the job will not be complete until the returned process has completed.

post/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/file/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

fileUristring

The URI of the file that is to be removed from the job.

Response

OK