import { nvim_del_autocmd } from "https://deno.land/x/denops_std@v6.3.0/function/nvim/mod.ts";
Delete an autocommand by id.
NOTE: Only autocommands created via the API have an id.
Parameters:
- {id} Integer The id returned by nvim_create_autocmd
See also:
nvim_create_autocmd()
Parameters
denops: Denops