DELETE
/
documents
/
v2
/
parse
/
{parse_id}
cURL
curl --request DELETE \
  --url https://api.tensorlake.ai/documents/v2/parse/{parse_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

parse_id
string
required

The public ID of the parse job

Response

204

Parse job deleted successfully