Delete a hook
DELETE
/v3/hooks/{id}Delete a hook
请求参数
Path 参数
id
integer <int32>
必需
The ID of the system hook
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Delete a hook
数据结构
Delete a hook
id
string
可选
url
string
可选
created_at
string
可选
push_events
string
可选
tag_push_events
string
可选
enable_ssl_verification
string
可选
示例
{
"id": "string",
"url": "string",
"created_at": "string",
"push_events": "string",
"tag_push_events": "string",
"enable_ssl_verification": "string"
}
最后修改时间: 1 个月前