Return to v2.5.0 docs

flashDelete()


Controller Flash Functions any controller


Deletes a specific key from the Flash. Returns true if the key exists.

Name Type Required Default Description
key string Yes The key to delete
flashDelete(key="errorMessage");

Related Functions

Flash Functions