Next: Regular Expressions, Previous: Function calls, Up: Full Syntax Description [Contents][Index]
The ‘delete’ statement is used to delete an attribute or attributes from the incoming request. Its syntax is:
delete attribute-name; delete attribute-name(n);
The first variant deletes all the attributes of the given type. The second variant deletes only the nth occurrence of the matching attribute.