To delete a paragraph in normal mode in vim, use 'dap'. Global doesn't have an equivalent, but we can just run the ex 'normal' command to do this.

E.g., to delete any paragraph that references 'ipsec4', just run the following:

:g/ipsec4/normal dap