use MazimezGigapayPayout; $payout = Payout::findById('1'); //getting payout by it's id $payout->destroy(); //deletes the payout return $payout->getJson(); //return the empty payout instance