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

DeleteWorkspaceApiKeyRequest

import type { DeleteWorkspaceApiKeyRequest } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
interface DeleteWorkspaceApiKeyRequest {
keyName: string;
workspaceId: string;
}

§Properties

§
keyName: string
[src]

The name of the API key to delete.

§
workspaceId: string
[src]

The ID of the workspace to delete.