DeleteGroup Message
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Deletes a group in a Live Meeting conference center.
Components
Component Type |
XML Element |
---|---|
Request |
|
Reply |
Remarks
A caller must be a member of the Administrator role.
The DeleteGroup message deletes only the single group account specified. It does not delete any of the member accounts in that group.
Example
This example shows how to delete a Marketing group from the conference center.
The following code shows the request sent to the conference center.
<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
<DeleteGroupRequest groupID="Marketing"/>
</PlaceWareConfCenter>
The following shows the reply returned from the conference center when the request is processed successfully, that is, the specified group is deleted.
<PlaceWareConfCenter>
<DeleteGroupReply/>
</PlaceWareConfCenter>