Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Delete is not working

{database_url}/collections/company/{_id}

restservice_company_delete_service.execute({
data: {
_id: id
}
});
id value is for _id
I created services from database service

list & create service is working nice
but delete is not working
pls tell me what is the problem

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Delete is not working

Hi Amirul -

If something is not working in your app the first thing you should do is try to debug it.
You can follow the steps described on this page: https://devcenter.appery.io/documenta...

Return to “Issues”