Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/social/share/remove/{shareid}/
Info

Removes a specified share document from the database by ID.

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
Info
Code Block
{
	response: 
	{
		action: "Share"
		success: true
		message: "Share removed successfully"
		time: 41
	}
}
Error Response