App\Repositories\RepositoryInterface::delete PHP Method

delete() public method

Delete an existing model.
public delete ( integer $id ) : mixed
$id integer Model id
return mixed
    public function delete($id);