Delete request for JSON in API

Hi Friends,

I would like to know how the delete request will be for the below given JSON.

{
   "contact_id": "C00002",
   "serial_no": "I/MAIN/21-172",
   "name": "Bill's Windsurf Shop",
   "inv_date": "2021-01-23",
   "due_date": "2021-01-23",
   "currency": "JOD",
   "subtotal": "1065.0",
   "tax_total": "106.5",
   "shipment_data": [
      {
         "serial_no": "S/MAIN/21-177",
         "master_no": "123-26365653",
         "house_no": "QAS2131204",
         "cost_revenue_items": [
            {
               "charge_ref": "S00327",
               "currency": "USD",
               "quantity": "1.0",
               "selling_rate": "1500.0",
               "exchange_rate": "0.71",
               "taxes": ["VAT"]
            }
         ]
      }
   ]
}

maybe this could be helpful: