Skip to main content
DELETE
/
v2
/
jobs
/
{jobId}
Delete a Job
curl --request DELETE \
  --url https://api.lilt.com/v2/jobs/{jobId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": 241
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

jobId
integer
required

A job id.

Response

A status object.

id
integer

A unique Project identifier.

Example:

241