Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
acl:delete
Deletes an ACL.
Syntax
<acl:delete name="Some ACL Name"/>Parameters
name (required)- Name of the ACL to be deleted.
 
Description
The
acl:deletetag deletes an ACL from the ACL pool. To delete an ACL, it must first be loaded usingacl:load.errno
The possible values of
errnoinclude:
 Value Description -105 Database error. -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example deletes the ACL record that corresponds to the name
acl1.<acl:delete name="acl1"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.