删除指定极速同步组。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
hcs-sgw:DeleteExpressSync |
delete |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
ExpressSyncId |
string |
是 |
极速同步组 ID。 |
sync-0001xv7je357xn8tr*** |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
TaskId |
string |
任务 ID。 |
t-0001xv7je357xv4st*** |
Message |
string |
请求结果描述。 |
successful |
RequestId |
string |
请求 ID。 |
A870C702-C3AC-4FC9-91E4-053D3E599A24 |
Code |
string |
状态码。状态码为 200 表示请求成功。 |
200 |
Success |
boolean |
请求是否成功。 |
true |
示例
正常返回示例
JSON
格式
{
"TaskId": "t-0001xv7je357xv4st***",
"Message": "successful",
"RequestId": "A870C702-C3AC-4FC9-91E4-053D3E599A24",
"Code": "200",
"Success": true
}
错误码
HTTP status code |
错误码 |
错误信息 |
描述 |
---|---|---|---|
400 | EmptyExpressSyncId | You must specify a valid ID for the sync group. | 极速同步组ID不能为空。 |
400 | ExpressSyncNotExist | The specified sync group does not exist. You must specify a valid parameter. | 极速同步组不存在,请确认输入参数是否正确。 |
400 | GatewayNotExist | The specified gateway does not exist. You must specify a valid parameter. | 网关不存在,请确认输入参数是否正确。 |
400 | ExpressSyncInOperation | The sync group is busy. Try again later. | 极速同步组正在进行操作中,请稍后再试。 |
400 | ExpressSyncNotEmpty | Failed to delete the express sync because a file share or a CSD mount point is attached. We recommend that you remove all attached before you delete the express sync. | 极速同步组存在文件共享或软件版挂载点正在绑定使用,请移除所有绑定的文件共享及软件版挂载点以后再删除该极速同步组。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?