# pipeline delete ```console $ copilot pipeline delete [flags] ``` ## コマンドの概要 `copilot pipeline delete` は、ワークスペースに紐付いている Pipeline を削除します。 ## フラグ ``` -a, --app Name of the application. --delete-secret Deletes AWS Secrets Manager secret associated with a pipeline source repository. -h, --help help for delete -n, --name Name of the pipeline. --yes Skips confirmation prompt. ``` ## 実行例 ワークスペースに紐付いている Pipeline を削除します。 ```console $ copilot pipeline delete ```