This method allows an authenticated admin user to delete a non-admin user.
This method verifies that the deletion was successful, so it should not be necessary to use other methods to perform verification.
| Required Arguments | |
|---|---|
| user_email | For authentication |
| user_password | For authentication |
| Email address of the user you want to delete | |
http://api.ives.info/rest/users/delete?user_email=user@domain.com&user_password=fak3passw0rd&email=dave@yahoo.com
Errors will be returned in the form of an error document.
Sample XML Output<?xml version="1.0" encoding="UTF-8"?> <response status="ok"> <message>User 'dave@yahoo.com' deleted</message> </response>