Home

Delete a user


fetch("https://reqres.in/api/users/7",{method:"DELETE"}).then(e=>{console.log("response",e),204===e.status&&(document.getElementById("user").innerHTML="User successfully deleted")}).catch(e=>console.log(e));
//# sourceMappingURL=delete.js.map