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

PoliciesDeleteOptions

import type { PoliciesDeleteOptions } from "https://googleapis.deno.dev/v1/iam:v2.ts";

Additional options for iam#policiesDelete.

interface PoliciesDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. The expected etag of the policy to delete. If the value does not match the value that is stored in IAM, the request fails with a 409 error code and ABORTED status. If you omit this field, the policy is deleted regardless of its current etag.