文档

DeleteRepositoryWebhook - 删除代码库Webhook

删除代码库下的Webhook。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

DELETE /repository/{repositoryId}/hooks/{hookId}

请求参数

名称类型必填描述示例值
organizationIdstring

企业标识,也称企业 id,字符串形式,可在云效访问链接中获取,如 https://devops.aliyun.com/organization/【OrganizationId】

60de7a6852743a5162b5f957
accessTokenstring

个人访问令牌。 使用阿里云 AK+SK 或使用 STS 临时授权方式不需要传该字段

f0b1e61db5961df5975a93f9129d2513
repositoryIdlong

代码库 ID

2369234
hookIdlong

Webhook 的 ID

524836

返回参数

名称类型描述示例值
object

Schema of Response

requestIdstring

请求 ID

F7B85D1B-D1C2-140F-A039-341859F130B9
errorMessagestring

错误信息

""
errorCodestring

错误码

SYSTEM_UNKNOWN_ERROR
successboolean

调用是否成功

true
resultobject

返回结果

idlong

webhook 唯一标识

524836
urlstring

webhook 链接 URL

https://xxxxx
createdAtstring

创建时间

2022-03-18 14:24:54
projectIdlong

代码库 ID

2369234
pushEventsboolean

是否订阅分支推送事件 可选值:true / false

true
issuesEventsboolean

是否订阅 Issues 事件 可选值:true / false

false
mergeRequestsEventsboolean

是否订阅合并请求事件 可选值:true / false

true
tagPushEventsboolean

是否订阅标签推送事件 可选值:true / false

true
buildEventsboolean

是否订阅 build 事件 可选值:true / false

false
noteEventsboolean

是否订阅评论事件 可选值:true / false

true
enableSslVerificationboolean

是否使用 SSL 认证 可选值:true / false

false
lastTestResultstring

最后执行结果,可选值:ok / error / ""(空字符串)

""
descriptionstring

Webhook 描述信息

Webhook描述内容
secretTokenstring

用于验证身份的 token,用户自定义

xxxx
typestring

Webhook 类型 可选值: ProjectHook(代码库 webhook); OrganizationHook(企业 webhook)

ProjectHook

示例

正常返回示例

JSON格式

{
  "requestId": "F7B85D1B-D1C2-140F-A039-341859F130B9",
  "errorMessage": "\"\"",
  "errorCode": "SYSTEM_UNKNOWN_ERROR",
  "success": true,
  "result": {
    "id": 524836,
    "url": "https://xxxxx",
    "createdAt": "2022-03-18 14:24:54",
    "projectId": 2369234,
    "pushEvents": true,
    "issuesEvents": false,
    "mergeRequestsEvents": true,
    "tagPushEvents": true,
    "buildEvents": false,
    "noteEvents": true,
    "enableSslVerification": false,
    "lastTestResult": "\"\"",
    "description": "Webhook描述内容",
    "secretToken": "xxxx",
    "type": "ProjectHook"
  }
}

错误码

HTTP status code错误码错误信息描述
403Forbidden.AccessDeniedThe user is not authorized to perform the operation.用户无权限执行相关操作
403Forbidden.UserNotInCurrentOrganizationThe user is not in the organization and is not authorized to perform the operation.当前用户不在该企业中,无权进行操作。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史
  • 本页导读 (0)
文档反馈