deleteUserLeader
This method allows deleting the leader associated with a user. To use it, it is necessary to follow the standard documented below
| Java class | |
|---|---|
| Request | web\wwwroot\ws\java\admin\ DeleteUserLeaderRequestType.java |
| Return | web\wwwroot\ws\java\admin\DeleteUserLeaderResponseType.java |
Request:
| ID # | Required | Description |
|---|---|---|
| ID | X | User ID. |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:admin">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteUserLeader>
<urn:ID>?</urn:ID>
</urn:deleteUserLeader>
</soapenv:Body>
</soapenv:Envelope>
Return:
| ID # | Description |
|---|---|
| return | SUCCESS:Â Primary key of the user (CDUSER) FAILURE: -1 |