v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Jobs

Cancel job

This cancels a job. All content within the job will be removed from the job and the content will be unauthorized.

If a job is successfully cancelled, a 200 response status will be returned. When the system can't quickly cancel 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 canceling and removing the content from the job will not be complete until the returned process has completed.

post/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/cancel

Path parameters

projectIdstring required

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

translationJobUidstring required

Request body

reasonstring

Optional field that can be used to indicate the reason the job was cancelled.

Response

OK