Versions Compared

Key

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

...

id (required)
ID of the community to remove, can also be a regex (community ID - regex) provided that matches only a single community.

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
	}
}