I have a REST API as below which is using the HTTP DELETE method. I have to pass this body in that HTTP DELETE method in Angular. Please help. I cannot change the structure of this body
{
  "transactions": [
    {
      "eventId": "21012200237172",
      "productCode": "LC",
      "id": "LC20110000090023"
    }
  ]
}
 
     
    