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

DeleteWorkspaceApiKeyResponse

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

§Properties

§
keyName: string
[src]

The name of the key that was deleted.

§
workspaceId: string
[src]

The ID of the workspace where the key was deleted.