Skip to content

CloudTrail  >  Operations  >  delete_channel

delete_channel

Operation

delete_channel async

delete_channel(input: DeleteChannelInput, plugins: list[Plugin] | None = None) -> DeleteChannelOutput

Deletes a channel.

Parameters:

Name Type Description Default
input DeleteChannelInput

An instance of DeleteChannelInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteChannelOutput

An instance of DeleteChannelOutput.

Input

DeleteChannelInput dataclass

Dataclass for DeleteChannelInput structure.

Attributes

channel class-attribute instance-attribute
channel: str | None = None

The ARN or the UUID value of the channel that you want to delete.

Output

DeleteChannelOutput dataclass

Dataclass for DeleteChannelOutput structure.