deleteUser

This method is used to delete the registered user.

Request Parameters

Parameter Type Requirement Description
Username xsd:string Mandatory – cannot be null or empty The username of the registered user who will delete the registered user
Password xsd:string Mandatory – cannot be null or empty The password of the registered user who will delete the registered user
encodedPassword xsd:Boolean Optional – can be null (indicates false) Indicates whether the password parameter is MD5 encoded
userToDelete xsd:string Mandatory – cannot be null or empty The email of the user to delete

Response

Type: xsd:string

A successful response will at a minimum, return OK: example@isentry.com deleted

Other fields may also be present depending on the skin configuration.

An error will return “ERROR: specified error”