text.skip-to-content

Delete

Example

$connection->delete('user')
    ->where([
        'id' => $userId,
    ])
    ->execute();