Parsing
Delete Parse Jobs
DELETE
cURL
Delete Parse Result
Delete a previously submitted parse job. This will remove the parse job and its associated settings from the system.
Deleting a parse job does not delete the original file used for parsing, nor does it affect any other parse jobs that may have been created from the same file.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The public ID of the parse job
Response
204
Parse job deleted successfully
cURL