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

DeleteSkillAuthorizationRequest

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

§Properties

§
RoomArn?: string | null
[src]

The room that the skill is authorized for.

§
SkillId: string
[src]

The unique identifier of a skill.