Versions Compared

Key

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

...

Info

Removes a user from the system.

A simple web-based utility is available for managing users.

Authentication

...

id (required)
Person ID to delete, this can be the person id, the WPUserID, or their primary email address

Example

http://infinite.ikanow.com/api/social/person/delete/4f5f4a56b154000000004581
http://infinite.ikanow.com/api/social/person/delete/WPUserID123
http://infinite.ikanow.com/api/social/person/delete/sterling_archer@ikanow.com

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