Rest API - URL and Resource Design
You want to design a REST API to manage blog posts. Which URL and HTTP method combination correctly avoids verbs in the URL and uses HTTP methods properly to delete a post with ID 321?
/posts/321, without verbs like 'delete'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions