I am using restangular to send DELETE request. I send some data in the request, and data is added to query string. But I want to use body instead of URI. I've found I am using restangular to send DELETE request.
I am using restangular to send DELETE request. I send some data in the request, and data is added to query string. But I want to use body instead of URI. I've found I am using restangular to send DELETE request.