---
title: "Remove file from job"
method: POST
path: "/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/file/remove"
tags: ["Jobs"]
---

# Remove file from job

`POST /jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/file/remove`

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.

## Path parameters

- `projectId` string, required
- `translationJobUid` string, required

## Request body

- RemoveFileJobRequest — The payload to use when removing a file from a job.
  - `fileUri` string — The URI of the file that is to be removed from the job.

## Response `200`

OK

- SuccessFailCountJobResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `failCount` integer — The number of strings per locale that were not successfully processed.
      - `successCount` integer — The number of strings per locale that were successfully processed.

## Other responses

- `202` — ACCEPTED
- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `404` — Not found validation error
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/versions/2a73d11e9b98/schema)
