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 (e.g. on successful webhook, or polling response).

Query Parameters

jobId
string
required

The job ID of the request.

Response

success
boolean

Whether the job was deleted successfully.

{ "success": true }