Unregisters the directory path if it is already registered.
Nothing
ColdFusion (2018 release): Introduced named parameters.
ColdFusion 10: Added this function
RestDeleteApplication(path)
Parameter |
Description |
|---|---|
path |
Required. 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/")>
Sign in to your account