deleteChannelFlow
inline suspend fun ChimeSdkMessagingClient.deleteChannelFlow(crossinline block: DeleteChannelFlowRequest.Builder.() -> Unit): DeleteChannelFlowResponse
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.