删除全球加速服务加速配置-DeleteUGAInstance

删除全球加速服务加速配置

删除加速配置实例时,建议先调用UGAUnbindUPath接口解绑线路 解绑成功后再删除

Request Parameters

Parameter nameTypeDescriptionRequired
ProjectIdstring项目ID,如org-xxxx。请参考GetProjectList接口Yes
UGAIdstring加速配置实例IDYes

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
Messagestring消息提示No

Request Example

https://api.ucloud.cn/?Action=DeleteUGAInstance
&ProjectId=org-xxx
&UGAId=uga-xxxx

Response Example

{
    "Action": "DeleteUGAInstanceResponse",
    "RetCode": 0,
    "Message": ""
}