Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 794

Talking LiveCode • No tsNetDeleteSync function how to delete ?

$
0
0
Hello LC friends and specialists,

I have the following problem with tsNet function.
There does not seem to be a tsNetDeleteSync function :shock: .
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



Viewing all articles
Browse latest Browse all 794

Trending Articles