cURL
curl --request DELETE \ --url 'https://api.lilt.com/v2/jobs/{jobId}?key='
{ "id": 241 }
Delete a job, deletes all projects and documents in the job, deletes all the segments from all the job’s translation memories.
Example CURL command:
curl -X DELETE 'https://api.lilt.com/v2/jobs/{id}?key=API_KEY'
A job id.
A status object.
A unique Project identifier.
241
Was this page helpful?