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

DeleteFooterRequest

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

Deletes a Footer from the document.

interface DeleteFooterRequest {
footerId?: string;
}

§Properties

§
footerId?: string
[src]

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