ngx-restangular
ngx-restangular copied to clipboard
customDelete
Unable to pass a delete param in the body. I'm trying with cutomDelete and customOperation. Trying to set the header content-type with application/json, still don't working.
yyyyyy.customDELETE(inter.id.toString(),{},{},inter).subscribe(.....
Hi @alexkid64, Not sure why you need params in the request body. I haven't seen such an approach in common REST patterns. Open to discuss