Previous page

Next page

Locate page in Contents

Print this page

del_group

Summary:

Deletes the specified group from the specified realm.

Request specification:

Name

Min/Max

Type

Description

del_group

 

 

 

{

 

 

 

group

0..1

auth_nameType

The group information.

}

 

 

 

Returns:

OK/Errors

Description:

The del_group call deletes the specified group from the specified realm. If the group has member users and/or groups, their membership will be automatically revoked.

Example:

Input

<packet version="4.0.0" id="2">

<target>authm</target>

<data>

<authm>

<del_group>

<group>

<name>Q049VGVzdF9Hcm91cCxDTj1Sb2xlcyxEQz1TV0E=</name>

<realm>3f15a4a2-14e0-17da-b387-599bc36ee36d</realm>

</group>

</del_group>

</authm>

</data>

</packet>

Output

<packet id="2" version="4.0.0">

<origin>authm</origin>

<session>vzl.30100.c60e1c63-cf1f-467a-ad68-e9261ac3c22d.0c44688208t29</session>

<target>vzclient1</target>

<dst>

<director>servd</director>

</dst>

<data>

<authm>

<ok/>

</authm>

</data>

<src>

<director>opd</director>

</src>

</packet>

Please send us your feedback on this help page