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

DeleteEntityRequest

import type { DeleteEntityRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface DeleteEntityRequest {
entityId: string;
isRecursive?: boolean | null;
workspaceId: string;
}

§Properties

§
entityId: string
[src]

The ID of the entity to delete.

§
isRecursive?: boolean | null
[src]

A Boolean value that specifies whether the operation deletes child entities.

§
workspaceId: string
[src]

The ID of the workspace that contains the entity to delete.