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

BatchDeletePermissionsRequest

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

The request to remove one or more permissions from a note. A permission with the OWNER role can't be removed. If removing a permission fails, then the entire request fails and no changes are made. Returns a 400 bad request error if a specified permission does not exist on the note.

interface BatchDeletePermissionsRequest {
names?: string[];
}

§Properties

§
names?: string[]
[src]

Required. The names of the permissions to delete. Format: notes/{note}/permissions/{permission}