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

DeleteRoomSkillParameterRequest

import type { DeleteRoomSkillParameterRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface DeleteRoomSkillParameterRequest {
ParameterKey: string;
RoomArn?: string | null;
SkillId: string;
}

§Properties

§
ParameterKey: string
[src]

The room skill parameter key for which to remove details.

§
RoomArn?: string | null
[src]

The ARN of the room from which to remove the room skill parameter details.

§
SkillId: string
[src]

The ID of the skill from which to remove the room skill parameter details.