User Guide Cancel

RestDeleteApplication

 

Description

Unregisters the directory path if it is already registered.

Returns

Nothing

History

ColdFusion (2018 release): Introduced named parameters.

ColdFusion 10: Added this function

Syntax

RestDeleteApplication(path)
RestDeleteApplication(path)
RestDeleteApplication(path)

Properties

Parameter

Description

path

Required. Path to the directory to be unregistered. If the path is not valid, it results in an error.

Example

<cfset RestDeleteApplication("C:/ColdFusion10/cfusion/wwwroot/restexample/")>
<cfset RestDeleteApplication("C:/ColdFusion10/cfusion/wwwroot/restexample/")>
<cfset RestDeleteApplication("C:/ColdFusion10/cfusion/wwwroot/restexample/")>

Get help faster and easier

New user?