コンテンツにスキップ

削除



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

レスポンス

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-E06D4798-E062-4909-A189-521E57129E54"
}

フィードバック

このページは役に立ちましたか?