hi,
i ́m using a parse.com service to store some data.
now i need to delete some data depending on the value of a local-storage-variable.
the problem is that i do not know the exact parse.com-object_id of the element i want to delete.
i only know a specific attribute of the element.
so i need something like a "where"-query. i want to delete the element "where someElementAttribute = value" and "value" is the one stored in local-storage and mapped to the request in tiggzi.
i hope you know what i mean.
thx for help