Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/community/remove/{id}

...

Info

Remove (delete) a community.

...

id (required)
ID of the community to remove.

Example

http://infinite.ikanow.com/api/community/remove/4e1c5d7c20be6403ca94c3bb/

Example Response
Info
Code Block
{
	response: {
		action: "Delete community"
		success: true
		message: "Community deleted successfully"
		time: 12
	}
}