Home »
MCQs »
Koa.js MCQs
Which of the following request method is used to remove existing server resources?
8. Which of the following request method is used to remove existing server resources?
- GET
- POST
- REMOVE
- DEL
- DELETE
Answer: E) DELETE
Explanation:
The DELETE request method is used to remove existing server resources.