Skip to main content
Version: 2.2.1

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
Requestweb\wwwroot\ws\java\admin\ DeleteUserLeaderRequestType.java
Returnweb\wwwroot\ws\java\admin\DeleteUserLeaderResponseType.java

Request:

ID #RequiredDescription
IDXUser 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
returnSUCCESS: Primary key of the user (CDUSER)
FAILURE: -1