{
"Action": "DeleteCdPipeline",
"Application": "test",
"PipelineName": "test"
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DeleteCdPipeline' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DeleteCdPipeline",
"Application": "test",
"PipelineName": "test"
}'{
"Response": {
"RequestId": "string"
}
}