bluzi / jsonstore

:rocket: jsonstore offers a free and secured JSON-based cloud datastore for small projects | Inactive

Home Page:https://www.jsonstore.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to really delete elements from array and not just set to null

panmona opened this issue · comments

I have an array with 2 elements saved in jsonstore.
I then send a DELETE request to /myarray/0 and I expect it to actually delete the element but what it does is set this element to null.
How can I really remove this element from the array?

commented

I have the same exact problem / question. I would really appreciate some help. :)