#Post.remove Mark post as removed
- 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
}
}
#Post.remove Mark post as removed
##Supported formats
##Arguments
###Requried
post
int
post id
Requesting http://some.host.ru/db/api/post/remove/ with {"post": 3}:
{
"code": 0,
"response": {
"post": 3
}
}