Skip to main content
Omnitracs Knowledge Base

Remove UA From Group

removeUaFromGroup  

removes a unified address to a group given the ua and the name of the group.

removeUaFromGroupResponse removeUaFromGroup(RemoveUaFromGroupRequest request)

Elements in the RemoveUaFromGroupRequest:

  • vehicleUa: A unified address of a device to remove from the group
  • groupName: The name of the group to which this ua will be removed.
     

Sample XML Request

Only the SOAP body is shown. To see a sample SOAP Envelope and Header, click here.

<SOAP-ENV:Body>
  <removeUaFromGroupRequest xmlns="http://www.qualcomm.com/qgs">
    <vehicleUa>105300001</vehicleUa>
    <groupName>Ant Test Group</groupName>
  </removeUaFromGroupRequest>
</SOAP-ENV:Body>

 

Sample XML Response

An empty response means success. If there was an error, an exception would have been thrown.

<soapenv:Body>
    <ns2:removeUaFromGroupResponse xmlns:ns2="http://www.qualcomm.com/qgs"/>
</soapenv:Body>
  • Was this article helpful?