When issuing an HTTP DELETE request, the request URI should completely identify the resource to delete. However, is it allowable to add extra meta-data as part of the entity
I was able to implement DELETE operation with a Request body. I used AWS Lambda and AWS API gateway and used Go language.