I want to delete an item in a DB using server code - not sure how to go about it!
I can do it from the app platform using a delete request, but I need to do it using server code.
I ran into a similar issue when I wanted to list the items in a collection using server code, but I found (roughly speaking) that
list_service in the app platform ~ Collection.query in servier code
so my question:
delete_service in app platform ~ ???? in server code?
Thanks