移除项目成员
从项目中移除用户或用户组的项目成员关系。
DELETE
/api/v1/ziam/projects/{projectUuid}/members/{subjectType}/{subjectUuid}操作 ID
ZiamRemoveProjectMember起始版本
1.0.0执行模式
同步认证信息
需要认证认证信息
调用该 API 时需要在请求头中携带以下认证信息。
Authorizationstring必填Bearer 令牌
X-Tenant-IDstringX-Tenant-ID
请求参数
此接口无需请求参数。
响应状态
204 No ContentDELETE 接口成功时返回空对象,失败时返回标准错误结构。
成功响应
{}错误响应
{
"error": {
"code": "SYS.1001",
"description": "A message or a operation timeout",
"details": "Delete resource timeout after 300s"
}
}