File path: dist/twist/Core/Models/Database/Record.model.php
Namespace: Twist\Core\Models\Database
delete
— Delete the record form the database table
void — No return information has been documented for this function.
<?php
//Call the function delete with the example vars
$resRecord = new \Twist\Core\Models\Database\Record();
$resRecord -> delete();