Skip to content

Delete Pipeline Rule



GET /api/v1/pipeline/delete

Overview

Delete one or multiple Pipelines

Query Request Parameters

Parameter Name Type Required Description
pipelineUUIDs commaArray Y UUIDs of the Pipelines
Allow null: False

Additional Parameter Notes

Request Example

curl 'https://openapi.guance.com/api/v1/pipeline/delete?pipelineUUIDs=pl_xxxx32' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed

Response

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

Feedback

Is this page helpful? ×