DELETE
/
job
curl --request DELETE \
  --url https://api.getomni.ai/job \
  --header 'x-api-key: <api-key>'
{ "success": true }

Deletes a job and its associated request and response data. You can use this endpoint to clear any document history after processing is complete (ex: on successful webhook, or polling response).

Query Parameters

jobId
string
required

The job ID of the extraction request

Response

success
boolean

Whether the job was deleted successfully

{ "success": true }