该接口用于删除Codeup代码组
请求方式:POST/api/v3/groups/[GroupId]/remove
请求Action:DeleteRepositoryGroup
请求参数:
参数名 | 类型 | 说明 | 是否必须 | 默认值 |
---|---|---|---|---|
GroupId | long | 代码组Id | 是 |
请求 body:
{
"reason": "string"
}
body参数说明:
参数名 | 类型 | 说明 | 是否必须 | 默认值 |
---|---|---|---|---|
reason | string | 删除原因 | 是 |
返回 body :
{
"ErrorCode": "",
"ErrorMessage": "",
"RequestId": "",
"Success":true,
"Result": {
"Result": true,
}
}
返回结果说明:
参数名 | 类型 | 说明 |
---|---|---|
Result | boolean | 操作结果 |
文档内容是否对您有帮助?