deleteForum
Deletes a forum (but not its contents).
Parameters
Name | Description |
blog_id required | Blog ID (Site ID) the forum belongs to. |
category_id required | Category ID the forum belongs to. |
forum_id required | Forum ID. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcForum?action=deleteForum&node_id=188234&blog_id=225642611&category_id=139071&forum_id=253650&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 |
{ "service":"ugcForum", "action":"deleteForum", "code":1, "message":"Forum successfully deleted.", "item":true } |
Service Information
Service | ugcForum |
Method | deleteForum |
Type | REST |
Response Types | JSON, XML |