Mission: CRUD ROOKIE
Task: Delete Object With API
Hello everyone.
How do I delete the object with API from Appgyver?
I could add, retrieve, update but I’m having trouble deleting.
Thanks for any help
Please, describe your problem here.
Mission: CRUD ROOKIE
Task: Delete Object With API
Hello everyone.
How do I delete the object with API from Appgyver?
I could add, retrieve, update but I’m having trouble deleting.
Thanks for any help
Please, describe your problem here.
Hi Troy,
As I mentioned in the other topic, please use the REST API documentation as a point of reference. Here’s the doc for object deletion:
https://backendless.com/docs/rest/data_single_object_deletion.html
Regards,
Mark
thanks Mark, solved. Will read into the documentation more.