Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/person/delete/{id}
Info

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
Info
Code Block
{
	response: {
		action: "WP Delete User"
		success: true
		message: "User Deleted Successfully"
		time: 45
	}
}