Delete Story

DELETE /api/blog/delete

Delete a news story

Query parameters

  • id integer Required

    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"