Delete a Group

This call deletes a group. All balance write-offs or other fiscal impacts should be completed before this operation.

If the group has a parent group, it is automatically removed from the parent. The following must be true to use the delete call.
  • The group status defined in the object status life cycle must allow the delete operation.
  • All group members (sub-groups or subscribers) or administrators, must be removed before the delete operation.

REST Example

URL
DELETE http://host:port/rsgateway/data/v3/group/<ObjectId>
Request XML None
Response
<MtxResponseDelete>
    <ObjectId>1-0-1-5</ObjectId>
    <RouteId>1</RouteId>
    <Result>0</Result>
</MtxResponseDelete>