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

http://infinite.ikanow.com/api/social/share/remove/community/4e175bfeb8ed6403f48ea7e2/4e176ee94a10e0279560d977

Example Response
{
	response: {
		action: "Share"
		success: true
		message: "Community successfully removed from the share"
		time: 10
	}
}