Whatever message this page gives is out now! Go check it out!

RestDeleteApplication

Last update:
May 18, 2026

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)

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/")>

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page