Lucee Function Reference
Function RESTDELETEAPPLICATION
Deletes a existing REST mapping.
Example
restdeleteapplication(string dirPath,[string password]):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
dirPath | string | Yes | Path to the directory to be registered or reseted. |
password | string | No | password for the web administrator, this is needed delete a REST mapping. |