App\Http\Controllers\NoticesController::destroy PHP Method

destroy() public method

Remove the specified resource from storage.
public destroy ( integer $id ) : Response
$id integer
return Response
    public function destroy($id)
    {
        //maybe
    }