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.
Name | Value |
---|---|
x-api-key |
|
Response
The API returns the response in JSON format.
Each response includes a success
boolean.
Example
Last updated