var url = 'http://localhost:8000/employees/5'; fetch (url,{ method: "delete", }).catch(err => { console.log(err); });