削除¶
GET /api/v1/pipeline/delete
概要¶
1つ以上のPipelineを削除します
クエリパラメーター¶
| パラメーター名 | 型 | 必須 | 説明 |
|---|---|---|---|
| pipelineUUIDs | commaArray | Y | PipelineのUUID 空の許可: False |
パラメーター補足説明¶
リクエスト例¶
curl 'https://openapi.guance.com/api/v1/pipeline/delete?pipelineUUIDs=pl_xxxx32' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed