Lucee Function Reference

entitydelete()

Deletes the record from the database for the specified entity.
EntityDelete(entity)

Example

entitydelete(object name):void

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
name object  Yes Name of the entity being deleted.