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

DeleteSlackChannelConfigurationRequest

import type { DeleteSlackChannelConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/supportapp.ts?docs=full";
interface DeleteSlackChannelConfigurationRequest {
channelId: string;
teamId: string;
}

§Properties

§
channelId: string
[src]

The channel ID in Slack. This ID identifies a channel within a Slack workspace.

§
teamId: string
[src]

The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.