Unregisters the directory path if it is already registered.
restDeleteApplication('dirPath');
returns void
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. |
<cfset restDeleteApplication('C:/ColdFusion10/cfusion/wwwroot/restexample/')>