@@ -160,8 +160,7 @@ query AllPipelineMetrics {
160160
161161## Delete a pipeline
162162
163- First, [ get the ID of the pipeline] ( #get-a-pipelines-id ) you want to delete:
164-
163+ First, [ get the ID of the pipeline] ( #get-a-pipelines-id ) you want to delete.
165164Then, use the ID to delete the pipeline:
166165
167166``` graphql
@@ -177,7 +176,8 @@ mutation PipelineDelete {
177176
178177### Delete multiple pipelines
179178
180- Get [ get the IDs of the pipeline] ( #get-a-pipelines-id ) and use the IDs to delete multiple pipelines:
179+ First, [ get the IDs of the pipeline] ( #get-a-pipelines-id ) you want to delete.
180+ Then, use the IDs to delete multiple pipelines:
181181
182182``` graphql
183183mutation PipelinesDelete {
@@ -217,8 +217,7 @@ mutation UpdateSchedule {
217217
218218## Archive a pipeline
219219
220- First, [ get the ID of the pipeline] ( #get-a-pipelines-id ) you want to archive:
221-
220+ First, [ get the ID of the pipeline] ( #get-a-pipelines-id ) you want to archive.
222221Then, use the ID to archive the pipeline:
223222
224223``` graphql
@@ -237,8 +236,7 @@ mutation PipelineArchive {
237236
238237## Unarchive a pipeline
239238
240- First, [ get the ID of the pipeline] ( #get-a-pipelines-id ) you want to unarchive:
241-
239+ First, [ get the ID of the pipeline] ( #get-a-pipelines-id ) you want to unarchive.
242240Then, use the ID to unarchive the pipeline:
243241
244242``` graphql
0 commit comments