Hello LC friends and specialists,
I have the following problem with tsNet function.
There does not seem to be a tsNetDeleteSync function
.
I need to send a delete file message with tsNet.... to an url , how do i do this?
Below is the curl code.
I have the following problem with tsNet function.
There does not seem to be a tsNetDeleteSync function

I need to send a delete file message with tsNet.... to an url , how do i do this?
Below is the curl code.
CODE:
curl -X 'DELETE' \ 'http://localhost:3001/api/v1/system/remove-documents' \ -H 'accept: application/json' \ -H 'Authorization: Bearer *******-*******-*******-*******' \ -H 'Content-Type: application/json' \ -d '{ "names": [ "custom-documents/file.txt-fc4beeeb-e436-454d-8bb4-e5b8979cb48f.json" ]}'
Statistics: Posted by mrcoollion — Mon Jan 20, 2025 5:53 pm