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.
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!
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]}'
Can someone point me in the right direction for these 2 items?
Thanks!
Statistics: Posted by pink — Fri Jun 14, 2024 5:46 pm