Rest API - API Documentation
Given this endpoint documentation snippet:
What is the HTTP method used and what does it imply?
{"endpoint": "/items/{id}", "method": "DELETE", "parameters": [{"name": "id", "type": "integer", "required": true}]}What is the HTTP method used and what does it imply?
