Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 387 Bytes

File metadata and controls

10 lines (6 loc) · 387 Bytes

To delete a pipeline

The following delete-pipeline example deletes the specified pipeline.

aws iotanalytics delete-pipeline \
    --pipeline-name mypipeline

This command produces no output.

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