How to get data from DELETE request? I see on stackoverflow the process to get data from DELETE request is same with the process to get data from PUT request. I have tried $thiis->request->getPut()
it is not working.
How to get data from DELETE request? I see on stackoverflow the process to get data from DELETE request is same with the process to get data from PUT request. I have tried $thiis->request->getPut()
it is not working.