Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteHeaderRequest

import type { DeleteHeaderRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";

Deletes a Header from the document.

interface DeleteHeaderRequest {
headerId?: string;
}

§Properties

§
headerId?: string
[src]

The id of the header to delete. If this header is defined on DocumentStyle, the reference to this header is removed, resulting in no header of that type for the first section of the document. If this header is defined on a SectionStyle, the reference to this header is removed and the header of that type is now continued from the previous section.