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

DeleteChannelMembershipRequest

import type { DeleteChannelMembershipRequest } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface DeleteChannelMembershipRequest {
ChannelArn: string;
ChimeBearer: string;
MemberArn: string;
}

§Properties

§
ChannelArn: string
[src]

The ARN of the channel from which you want to remove the user.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.

§
MemberArn: string
[src]

The AppInstanceUserArn of the member that you're removing from the channel.