cfdocs

restDeleteApplication

Unregisters the directory path if it is already registered.

restDeleteApplication('dirPath');
returns void

Argument Reference

Name Type Required Default Description
dirPath string Yes   Path to the directory to be unregistered. If the path is not valid, it results in an error.

Tag Syntax

<cfset restDeleteApplication('C:/ColdFusion10/cfusion/wwwroot/restexample/')>