Social - Share - Remove - Community
/social/share/remove/community/{shareid}/{communityid}
Removes a community from share document.
An overview of how shares work can be found here.
A simple web-based utility is available for performing many share management activities.
Authentication
Required, see Auth - Login
Arguments
shareid (required)
Share ID of document to remove the community from, can also be a regex (community ID - regex) provided that matches only a single community.
communityid (required)
Community ID to remove
Example
Example Response
{ response: { action: "Share" success: true message: "Community successfully removed from the share" time: 10 } }