Advertisement
Anatoliy_Gerasimov

DELETE : /api/v1/blog/2 -

Mar 29th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. {
  2.   "code": 401,
  3.   "message": "Can not delete Blog post"
  4. }
  5.  
  6.  
  7. {
  8.   "code": 200,
  9.   "message": "Blog post deleted",
  10.   "result": {
  11.     "data": {
  12.       "id": 3,
  13.       "title": "Test Blog posts",
  14.       "category": {
  15.         "id": 1,
  16.         "name": "Category 1"
  17.       },
  18.       "body": "test content",
  19.       "created": {
  20.         "date": "2017-03-28 14:38:45.000000",
  21.         "timezone_type": 3,
  22.         "timezone": "UTC"
  23.       }
  24.     }
  25.   }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement