Social - Share - Remove

/social/share/remove/{shareid}

Removes a specified share document from the database by ID.  This document will no longer be accessible to ANYONE, even other shared communities than your own.

A simple web-based utility is available  for performing many share management activities.

Authentication

Required, see Auth - Login

Arguments

shareid (optional)
Share ID to remove from the database

Example

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

Example Response
{
	response: 
	{
		action: "Share"
		success: true
		message: "Share removed successfully"
		time: 41
	}
}