Social - Person - Delete
/social/person/delete/{id}
Removes a user from the system.
A simple web-based utility is available for managing users.
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, 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
{ response: { action: "WP Delete User" success: true message: "User Deleted Successfully" time: 45 } }