Delete Job

DELETE /job?jobId=${jobId}

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).

Request

Headers

An API Key is required to access this endpoint.

NameValue

x-api-key

your_api_key

Response

The API returns the response in JSON format.

Each response includes a success boolean.

Example

{
  "success": true
}

Last updated