public static remove ( mixed $conditions = [], array $options = [] ) : boolean | ||
$conditions | mixed | An array of key/value pairs representing the scope of the records or documents to be deleted. |
$options | array | Any database-specific options to use when performing the operation. See the `delete()` method of the corresponding backend database for available options. |
Résultat | boolean | Returns `true` if the remove operation succeeded, otherwise `false`. |