删除流水线模板的版本

Request method/request path

DELETE /ms/openapi/api/apigw/v3/projects/{projectId}/templates/{templateId}/versions/{version}

Resource description

Delete the version of the pipeline template

Input parameter description

Path parameter

Parameter nameParameter typemustParameter descriptionDefault value

projectId

string

is

Item ID

templateId

string

is

Template ID

version

integer

is

Version number

response

HTTP codedescriptionParameter type

200

successful operation

Request sample

curl -X DELETE '[Please replace API address bar request address]' 

HEADER example

accept: application/json Content-Type: application/json 

Return example -200

{  "data" : true,  "message" : "String",  "status" : 0 } 

Data return wrapper model Boolean

Parameter nameParameter typemustParameter description

data

boolean

no

data

message

string

no

Error message

status

integer

is

Status code

Last updated