DeleteUserGroup

Use this service to delete a user group.

Required parameters

USERGROUP resource

Parameter Key Value Type Parameter Description
groupName Alphanumeric string

A unique name for the user group. The maximum length for strings is 10.

Invalid characters are: ?!@#$%^&*()+=[]{}|\\/><\"'. BLANK

Optional parameter

USERGROUP resource

Parameter Key Value Type Parameter Description
groupDescription Alphanumeric string

A short description of the user group.

The minimum length for strings is 0. The maximum length for strings is 35. The default value is BLANK.

XML request format

This is the format of the request XML payload for POST method calls. Note that this must always be wrapped by <ACTION> nodes.

For USERGROUP resource:

<USERGROUP groupName="XXX" groupDescription="XXX" />