cURL
curl --request DELETE \ --url https://api.lilt.com/v2/jobs/{jobId} \ --header 'Authorization: Basic <encoded-value>'
{ "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'
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
A job id.
A status object.
A unique Project identifier.
241
Was this page helpful?