删除UPath-DeleteUPath

删除UPath

Request Parameters

Parameter nameTypeDescriptionRequired
ProjectIdstring项目ID。请参考GetProjectList接口Yes
UPathIdstring加速线路实例IDYes

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes

Request Example

https://api.ucloud.cn/?Action=DeleteUPath
&ProjectId=org-xxx
&UPathId=upath-xxxx

Response Example

{
    "Action": "DeleteUPathResponse",
    "RetCode": 0
}