---
title: "Delete job"
method: DELETE
path: "/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}"
tags: ["Jobs"]
---

# Delete job

`DELETE /jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}`

This deletes a job. Only job that is in `CANCELLED` status can be deleted.
If a job is successfully deleted, a `200` response status will be returned.

## Path parameters

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

## Response `200`

OK

- NullDataJobResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `data` object

## Other responses

- `400` — Validation error when deleting a job
- `401` — Authentication 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/revisions/2a73d11e9b98/schema)
