deletedelete
Issue a DELETE request to an accessor
Home > Books > NetKernel API and Services Reference > Accessor Listing > Utility and System Accessors > delete

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:ext:sys

The delete accessor is exported by the urn:org:ten60:netkernel:ext:sys module. Import this module to gain access to the accessor.

Syntax

URI
active:delete

ArgumentRulesDescription
operandMandatory resource to be deleted

Example Usage

DPML

<instr>
  <type>delete</type>
  <operand>file:/a.xml</operand>
</instr>

NetKernel Foundation API

The delete accessor is provided for use with the DPML language. It is more efficient to use the following NKF method with scripting languages:

INKFConvenienceHelper.delete()issue DELETE request for resource

Purpose

The delete accessor will delete a resource from its underlying location if supported by its URA. Currently the file: and ffcpl: data accessors support the delete operation.

Note: The delete operation does not ask for confirmation and is permanent.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.