_______ is the appropriate HTTP method for removing a resource from the server.
- GET
- DELETE
- REMOVE
- ERASE
The correct option is DELETE. The DELETE method is used to request the removal of a resource identified by a given URI. It is often employed in RESTful APIs to delete or remove a specific resource.
Loading...
Related Quiz
- In tools like Postman, what is the purpose of using Collections?
- In SOAP APIs, what role does WSDL (Web Services Description Language) play?
- How does versioning in APIs help in maintaining backward compatibility?
- To manage the scalability of API monitoring, integrating _________ into your monitoring strategy is essential.
- _________ is a key strategy in API testing that involves dividing input data into various partitions to reduce the number of test cases.