该接口用于删除代码库成员
请求方式:DELETE/api/v3/projects/[ProjectId]/members/[UserId]
请求Action:DeleteRepositoryMember
请求参数:
参数名 | 类型 | 说明 | 是否必须 | 默认值 |
---|---|---|---|---|
ProjectId | long | 代码库id | 是 | |
UserId | long | codeup用户id | 是 |
返回 body :
{
"ErrorCode": "",
"ErrorMessage": "",
"RequestId": "",
"Success":true,
"Result": {
"Id": "",
"CreatedAt": "",
"UpdatedAt": "",
"SourceId": 0,
"SourceType": "",
"UserId": 0,
"AccessLevel": 0
"NotificationLevel": 0
}
}
返回结果说明:
参数名 | 类型 | 说明 |
---|---|---|
Id | long | id |
CreatedAt | string | 创建时间 |
UpdatedAt | string | 更新时间 |
SourceId | long | 代码库id |
SourceType | string | PROJECT |
UserId | long | codeup用户id |
AccessLevel | integer | 权限类型。20-浏览者,30-开发者,40-管理员。 |
文档内容是否对您有帮助?