REMOVE_OBJECT_GROUP¶
Remove an object group.
Parameter Name |
Required |
Description |
---|---|---|
p_object_group |
yes |
object group name |
Example
In this example we remove the object group ‘myGroupName’.
EXECUTE SCRIPT api_scurty.remove_object_group
( 'myGroupName' -- p_object_group
);