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

DeleteGroupRequest

import type { DeleteGroupRequest } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";
interface DeleteGroupRequest {
GroupIdentifier: string;
}

§Properties

§
GroupIdentifier: string
[src]

Specifies which group to delete. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.