Previous page

Next page

Locate page in Contents

Print this page

del_realm

Summary:

Deletes an existing realm definition from the Agent configuration.

Request specification:

Name

Min/Max

Type

Description

del_realm

 

 

 

{

 

 

 

id

1..1

guid_type

The ID of the realm to remove.

}

 

 

 

Returns:

OK/Errors.

Description:

The call deletes the specified realm definition from the Agent configuration. It does not physically delete the "database" (i.e. an LDAP directory instance), so the user data stored in it will not be affected. You can recreate the realm definition using the same directory at any time if you wish.

Example:

Input

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

<target>authm</target>

<data>

<authm>

<del_realm>

<id>453a0163-8abd-4e38-a04f-fe67d0c48b97</id>

</del_realm>

</authm>

</data>

</packet>

Please send us your feedback on this help page