drop page
Deletes one or more files or folders, or cancels a running job.
file or folder drop page
Deletes the specified file or folder.
Name
<context root>\deletefile.do
Parameters
Table 25‑12 lists and describes the parameters for the file or folder drop page. The file or folder drop page also uses the common URI parameters.
Table 25‑12 Parameters for file or folder drop URI 
URI parameter
Description
ID
The unique identifier of the object to delete.
name
The full path name of the Encyclopedia object to delete. Multiple name parameters, to delete more than one file or folder at a time, are allowed. This parameter is ignored if ID is also specified.
redirect
URI to navigate to upon completion. The default redirect page is processedaction_status.
Used by
Not applicable.
request drop page
Cancels a running job.
Name
<context root>\canceljob.do
Parameters
Table 25‑13 lists and describes the parameters for the request drop page. The request drop page also uses the common URI parameters.
Table 25‑13 Parameters for request drop URI 
URI parameter
Description
jobID
The unique identifier of the Encyclopedia object to delete.
jobName
The full path name of the Encyclopedia object to delete. This parameter is ignored if jobID is also specified.
jobState
The state of the job to delete. processedaction_status uses jobState to build a link to pass to the list of scheduled and completed jobs.
redirect
URI to navigate to upon completion. The default redirect page is processedaction_status.
Used by
Not applicable.