Forum Discussion
RahulBi
3 hours agoKhoros Staff
🔴 Root Cause: API v2 Limitation with Group Hub Boards
The official Classic documentation explicitly states:
"Community API v2 does not support review boards or group boards. Use Community API v1 for reviews and groups."
✅ Solution: Use Community API v1 Instead
To delete a board under a Group Hub, use the Community API v1 endpoint:
DELETE /restapi/vc/boards/id/{board_id}
Alternative: Delete via Community Admin UI
If the API v1 approach doesn't work for your use case, you can delete the board through the Community Admin UI:
- Go to Community Admin > Community Structure
- Navigate to the Group Hub
- Hover over the board you want to delete
- Click Manage → Delete
⚠️ Important Notes
- The board must be empty — You may need to delete or move all messages from the board before the API allows deletion.
- Ensure the board is not the last/default board in the Group Hub — Group Hubs require at least one discussion board.
- Authentication: Make sure the API v1 call is made using a properly authenticated admin session, not just a session key from a system user that may lack specific Group Hub permissions.
- Group Hub Permissions: Even with an Administrator role at the community level, Group Hub boards have their own permission layer. The user making the API call may need to be an Owner of the Group Hub, or have specific Group Hub-level permissions granted.
Thanks
Rahul Bisht