unsubscribeFromThread
- Home
- Forums
- UgcForumThread
- unsubscribeFromThread
unsubscribeFromThread
Unsubscribes a user from a thread.
Parameters
Name | Description |
thread_id required | ID of a forum thread. |
user_id required | ID of the user performing an action. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcForumThread?action=unsubscribeFromThread&thread_id=28943337&user_id=143593317&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"ugcForumThread", "action":"unsubscribeFromThread", "code":1, "message":"Unsubscribed from thread", "item":true } |
Service Information
Service | ugcForumThread |
Method | unsubscribeFromThread |
Type | REST |
Response Types | JSON, XML |