Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

从 API 中删除网络钩子

要使用 API 删除网络钩子,首先需要找到网络钩子 ID。

您可以在 webhook 响应中找到网络钩子 ID。在以下示例中,是ida7c61a9c-a25b-4c27-xxxx-xxxxxxxxxxxx

要删除此网络钩子,请从您的 API 客户端进行 API 调用 (DELETE)。

如下所述,此调用指定 API 端点、组织 ID、资源 (webhooks) 和 Webhook ID (a7c61a9c-a25b-4c27-xxxx-xxxxxxxxxxxx)。

Example webhook with labels for API prefix, organization ID, resource, and webhook ID

删除 Webhook 后,瞻博网络 Mist API 将返回 HTTP 200 OK 响应。