Okhun-98 / Effortless-Shopping-with-CRM-Integration

0 stars 0 forks source link

Delete User #10

Open azavjo40 opened 6 months ago

azavjo40 commented 6 months ago

Example query: fetch('https://fakestoreapi.com/users/6',{ method:"DELETE" }) .then(res=>res.json()) .then(json=>console.log(json))