- Navigation Guide
@aws-sdk/client-chime-sdk-messaging
DeleteChannelFlowCommand Class
Deletes a channel flow, an irreversible process. This is a developer API.
This API works only when the channel flow is not associated with any channel. To get a list of all channels that a channel flow is associated with, use the ListChannelsAssociatedWithChannelFlow
API. Use the DisassociateChannelFlow
API to disassociate a channel flow from all channels.
Parameters
Name | Signature | Summary |
---|---|---|
DeleteChannelFlowCommandInput |
|
Full Signature
export declare class DeleteChannelFlowCommand extends DeleteChannelFlowCommand_base
Related
- DeleteChannelFlowCommandInput for command's
input
shape. - DeleteChannelFlowCommandOutput for command's
response
shape. - config for ChimeSDKMessagingClient's
config
shape.