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 \
 -X DELETE http://api.example.com/api/blog/delete?id=42 \
 -H "Authorization: Bearer $ACCESS_TOKEN"