Logo

delete()

ops...

Description

Deletes a specified database entity and return true or false, depending on if it got deleted or not.

Usage: delete(EntityInterface $entity, $options = []): bool $this->TableName->delete($TableEntity) if ($this->TableName->delete($TableEntity)) { ... }