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