deleteForumContent
Deletes all threads and posts within a forum.
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=deleteForumContent&node_id=188234&blog_id=225642611&category_id=139071&forum_id=253693&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 |
{ "service":"ugcForum", "action":"deleteForumContent", "code":1, "message":"Forum content successfully deleted.", "item":true } |
Service Information
| Service | ugcForum |
| Method | deleteForumContent |
| Type | REST |
| Response Types | JSON, XML |