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/person/delete/{id}

Removes a user from the system.

Authentication

Required, see Auth - Login, must come from ikanow.com website on Saas, or must be admin on deployed version

Arguments

id (required)
Person ID to delete

Example

http://infinite.ikanow.com/api/person/delete/abcde12345

Example Response
{
	response: {
		action: "WP Delete User"
		success: true
		message: "User Deleted Successfully"
		time: 45
	}
}

 

 

  • No labels