删除指定镜像站资源下的指定镜像 | 大装置帮助中心
跳到主要内容

删除指定镜像站资源下的指定镜像

接口描述

GET

/devtools/ccr/data/v1/subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/zones/{zone}/namespaces/{namespaceName}/repositories/{repositoryName}

删除指定镜像站资源下的指定镜像

请求头(Request Header)

参考认证(authentication)

请求参数(Request Parameters)

名称类型必须位置默认值取值范围描述
subscriptionNamestringpath--订阅
resourceGroupNamestringpath--资源组
zonestringpath--可用区
namespaceNamestringpath--镜像站名称
repositoryNamestringpath--镜像名称

请求体(Request Body)

请求示例(Request Example)

curl --request DELETE 'https://ccr.cn-sh-01.sensecoreapi.tech/devtools/ccr/data/v1/subscriptions/9a7ed02e-87ba-44d7-9299-b6ff39d5e018/resourceGroups/default/zones/cn-sh-01z/namespaces/test-0307-2/repositories/helloworld' \
-H 'authority: ccr.cn-sh-01.sensecoreapi.tech' \
-H 'accept: application/json, text/plain, */*' \

响应参数(Response Parameters)

名称类型描述
200string成功删除镜像
defaultstring删除镜像失败

其中,default的参数如下:

名称类型描述
codeinteger($int32)响应码
messagestring错误信息
detailsarray错误详细信息

其中,details的参数如下:

名称类型描述
@typestring错误信息的类型
其他错误信息string其他错误信息

响应示例(Response Example)

{
"code": 0,
"message": "string",
"details": [
{
"@type": "string",
"additionalProp1": {}
}
]
}