FluxBB\Web\Router::delete PHP Method

delete() public method

public delete ( $path, $name, $handler )
    public function delete($path, $name, $handler)
    {
        return $this->addRoute('DELETE', $path, $name, $handler);
    }