Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

/social/community/remove/{id}/

Remove (delete) a community.

Authentication

Required, see Auth - Login

Arguments

id (required)
ID of the community to remove.

Example

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

Example Response
{
	response: {
		action: "Delete community"
		success: true
		message: "Community deleted successfully"
		time: 12
	}
}
Error Response
  • No labels