This operation allows you to delete a file from the Tensorlake Cloud. The file will be removed from the project specified by the API key used in the request.
This operation is not reversible. Once a file is deleted, it cannot be recovered.
Deleting a file does not delete the parse jobs associated with it. If you want to delete the parse jobs, you need to do that separately.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The public ID of the file to delete. Only files created with the V2 API will be deleted.
File deleted successfully