Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 391 Bytes

File metadata and controls

10 lines (6 loc) · 391 Bytes

Delete an IoT Analytics Channel

The following delete-channel example deletes the specified channel.

aws iotanalytics delete-channel \
    --channel-name mychannel

This command produces no output.

For more information, see DeleteChannel in the AWS IoT Analytics API Reference.