I respond myself because I forgot the _ragicId of the record in my delete instruction.
curl -X DELETE --data-urlencode api https://eu3.ragic.com/xxxxx/ragicaccounting/10008/1989 -H “Authorization:Basic MY_API_KEY” --insecure > TXT_101.TXT
Now it is working:
Is there a way to delete more than one record in one instruction ?
Regards.
Remy
Unfortunately, there is currently no way of deleting all records on a sheet.
The workaround could be writing a shell script to execute curl requests multiple times.
Yes, it is normal behaviour to receive the same response.
Thanks for your response.
We will make the script for deleting sequentially all the records
Complementary question
Is there a way to know that the record is currently deleted ?
Regards.
Remy