users.delete

This function deletes an existing user. The XML response will contain details of the deleted user.

Parameters
string api_key (required)
your api key
string userid (required)
The userid of the user to delete.

Sample return XML
Returns the details of the deleted user.



Error Codes
If this function call does not succeed it returns one of the following error codes.

500 Internal server error, we have been notified and will investigate
400 Generic error, check message for details

An example of an error response would be the following