Angular - HTTP Client
Which of the following is the correct syntax to send a DELETE request using Angular's HttpClient?
delete() to send DELETE requests.this.http.delete('api/items/1').subscribe(); correctly sends a DELETE request and subscribes to the response.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions