Controller
flashDelete()
Signature
Section titled “Signature”flashDelete() — returns any
Available in: controller
Category: Flash Functions
Description
Section titled “Description”Deletes a specific key from the Flash.
Returns true if the key exists.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
key | string | yes | — | The key to delete |
Examples
Section titled “Examples”flashDelete(key="errorMessage");