移除数据集的成员
DELETE /aids/aidmp/data/v2/dataSpaces/{data_space_id}/repos/{repo_id}/members/{username}/roles/{role_name}
请求头(Request Header)
请求参数(Request Parameters)
名称 | 类型 | 必须 | 位置 | 默认值 | 取值范围 | 描述 |
---|---|---|---|---|---|---|
data_space_id | string | 是 | path | - | - | 数据空间ID. |
repo_id | string | 是 | path | - | - | 数据集ID. |
username | string | 是 | path | - | - | 云管的用户名,租户内唯一,且无法改变. |
role_name | string | 是 | path | - | - | 角色的名. |
请求示例(Request Example)
curl --location --request DELETE 'https://aidmp.cn-sh-01.sensecoreapi.dev/aids/aidmp/data/v2/dataSpaces/ecfcd941-575c-11ee-9d6f-46f164dda338/repos/b2dc6d90-6b68-46e2-a1d1-fd4b323eef40/members/user01/roles/repo_admin'
响应示例(Response Example)
正常HTTP状态码为200,无特殊返回。