Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 302 Bytes

remove.md

File metadata and controls

27 lines (19 loc) · 302 Bytes

#Post.remove Mark post as removed

Supported request methods

  • POST

##Supported formats

  • json

##Arguments

###Requried

  • post

    int post id

Requesting http://some.host.ru/db/api/post/remove/ with {"post": 3}:

{
    "code": 0,
    "response": {
        "post": 3
    }
}