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