删除命名空间 | 大装置帮助中心
跳到主要内容

删除命名空间

控制面接口,使用控制面Endpoint。

接口描述

DELETE /devtools/ccr/v1/subscriptions/{subscription_name}/resourceGroups/{resource_group_name}/zones/{zone}/namespaces/{namespace_name}

请求参数(Request Parameters)

名称类型必须位置默认值约束/取值描述
subscription_namestringpath--订阅名称
resource_group_namestringpath--资源组名称
zonestringpath--可用区
namespace_namestringpath-长度 ≤63;小写字母/数字;支持分隔符 ._-命名空间名称

请求示例(Request Example)

curl --request DELETE 'https://management.cn-sh-04.sensecoreapi.dev/devtools/ccr/v1/subscriptions/{subscription_name}/resourceGroups/{resource_group_name}/zones/{zone}/namespaces/{namespace_name}' \
-H 'accept: application/json' \
-H 'authorization: Bearer <token>'

响应参数(Response Parameters)

成功删除时返回空响应体,HTTP 状态码 200。