删除镜像仓库

Method

GET

描述

删除镜像仓库

请求参数

参数名称说明参数类型是否必填备注
RepositoryId镜像仓库Idlong
ActionDeleteRepositorystring
Version2018-03-08string

返回参数

参数名称说明参数类型是否必填备注
RequestIdstring

状态码

错误码(Code)错误提示(Message)http status code说明
ParameterMissingThe required input parameter %s for processing this request is not supplied.400参数 %s 缺失
RepoNotFound%s is not found.404%s请求的资源不存在
ForbiddenYou have no right to access.403无权访问
RepoCanNotDeleteThis %s can't be deleted.400此%s不能删除

请求示例

GET https://open.cn-east-1.163yun.com/ccr?Version=2018-03-08&Action=DeleteRepository&RepositoryId=200091

返回示例

{
    "RequestId": "2d7474c6-90fe-4f77-a2ae-0415f3df163e"
}