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

Internet • Delete URL with data (and Patch)

$
0
0
For an API I am working with, data needs to be sent with the delete command. I've been running rumming through documentation and can't seem to find my help. See below as an example.

CODE:

curl --request DELETE 'https://api.tabluar.io/v1/public/tabular/xyzzy/data' \--header 'ApiKey: <YourAPIKey>' \--header 'Content-Type: application/json' \--data-raw '{"row_ids": [1]}'    
Also, to update records, it uses PATCH, which I'm also having troubles figuring out.

Can someone point me in the right direction for these 2 items?

Thanks!

Statistics: Posted by pink — Fri Jun 14, 2024 5:46 pm



Viewing all articles
Browse latest Browse all 757

Trending Articles