DELETE
/
documents
/
v1
/
jobs
/
{job_id}
curl --request DELETE \
  --url https://api.tensorlake.ai/documents/v1/jobs/{job_id} \
  --header 'Authorization: Bearer <token>'

Delete a job from your current project based on the API Key you are using. Deleting a job will delete the job and all associated files.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

The identifier of the job given at creation. Starts with job-

Response

200
_mintlify/placeholder

Job is deleted