Eliminar el botón no funciona con el servidor JSON usando AngularJS

return this.http.delete<any>("http://localhost:3000/posts?id="+id)
SAMER SAEID