Query parameters
-
id of news story to delete
DELETE /api/blog/delete
curl \
-X DELETE http://api.example.com/api/blog/delete?id=42 \
-H "Authorization: Bearer $ACCESS_TOKEN"
id of news story to delete
curl \
-X DELETE http://api.example.com/api/blog/delete?id=42 \
-H "Authorization: Bearer $ACCESS_TOKEN"