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

DeleteStatefileRequest

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

A request to delete a state file passed to a 'DeleteStatefile' call.

interface DeleteStatefileRequest {
lockId?: bigint;
}

§Properties

§
lockId?: bigint
[src]

Required. Lock ID of the lock file to verify that the user who is deleting the state file previously locked the Deployment.