{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