#Thread.unsubscribe Unsubscribe user from this thread
- POST
##Supported formats
- json
##Arguments
###Requried
-
user
str
founder email -
thread
int
thread id of this post
Requesting http://some.host.ru/db/api/thread/unsubscribe/ with {"user": "[email protected]", "thread": 1}:
{
"code": 0,
"response": {
"thread": 1,
"user": "[email protected]"
}
}