deletepointerfile
Deletepointerfile removes a saved search from the database (without deleting the referenced records).

For more information about saved searches, see the Axiell Collections online Help.
Syntax
command=deletepointerfile&<parameter>=<value>&...
- database (String) name of the database configuration from which to delete a saved search (aka pointer file). The name of this database table must have been specified in the adlibweb.xml file.
-
number
(Integer)
number of the saved search to delete. When a saved search is stored, it is assigned both a number and a title. It is the assigned number that you have to use here.
Include thewriteAllowed
setting in adlibweb.xml, otherwise saved searches can’t be deleted from the database.
The user who wants to delete a saved search from the database, must have full access rights in Axiell Collections. Make sure that the write process runs under the right identity. -
output
(String)
[optional] output format to be returned. Values for
output
can be eitherjson
orxml
(xml
is the default, so you don't need to specify that explicitly). However, the output format produced by jQuery applications is always JSON, so you don't need to specify the output type there either.
Read more about JSON output here. -
callback
(String)
[optional] returns JSON output wrapped in brackets with your callback function name, for AJAX requests: <callback function name>( <JSON output> ); You don't need to specify
output=json
, because the output format is JSON by default.