removeTeam
This method allows removing a team. To delete each of these items, the standard documented below must be followed.
Java class | |
---|---|
Request | web\wwwroot\ws\java\generic\RemoveTeamRequestType.java |
Return | web\wwwroot\ws\java\generic\RemoveTeamResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDTEAM | X | Team ID # |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:generic">
<soapenv:Header/>
<soapenv:Body>
<urn:removeTeam>
<urn:IDTEAM>?</urn:IDTEAM>
</urn:removeTeam>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
return | SUCCESS: 1. FAILURE: Returns a message regarding the error that occurred |